Właściwość ArrayValue.Elements
Pobiera lub ustawia elementy tablicy.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Zestaw: Microsoft.SqlServer.WebServiceTask (w Microsoft.SqlServer.WebServiceTask.dll)
Składnia
'Deklaracja
Public Property Elements As DTSParamValueCollection
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValueCollection
A DTSParamValueCollection kolekcja, który zawiera elementy w tablicy.
Zobacz także