Свойство ArrayValue.Elements

Gets or sets the elements of an array.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка:  Microsoft.SqlServer.WebServiceTask (в Microsoft.SqlServer.WebServiceTask.dll)

Синтаксис

'Декларация
Public Property Elements As DTSParamValueCollection 
    Get 
    Set
'Применение
Dim instance As ArrayValue 
Dim value As DTSParamValueCollection 

value = instance.Elements

instance.Elements = value
public DTSParamValueCollection Elements { get; set; }
public:
property DTSParamValueCollection^ Elements {
    DTSParamValueCollection^ get ();
    void set (DTSParamValueCollection^ value);
}
member Elements : DTSParamValueCollection with get, set
function get Elements () : DTSParamValueCollection 
function set Elements (value : DTSParamValueCollection)

Значение свойства

Тип: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValueCollection
A DTSParamValueCollection collection that contains the elements in the array.

См. также

Справочник

ArrayValue Класс

Пространство имен Microsoft.SqlServer.Dts.Tasks.WebServiceTask