Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the elements of an array.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Синтаксис
'Декларация
Public Property Elements As DTSParamValueCollection
public DTSParamValueCollection Elements { get; set; }
public:
property DTSParamValueCollection^ Elements {
DTSParamValueCollection^ get ();
void set (DTSParamValueCollection^ value);
}
/** @property */
public DTSParamValueCollection get_Elements ()
/** @property */
public void set_Elements (DTSParamValueCollection value)
public function get Elements () : DTSParamValueCollection
public function set Elements (value : DTSParamValueCollection)
Значение свойства
A DTSParamValueCollection collection that contains the elements in the array.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ArrayValue Class
ArrayValue Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace