Elements プロパティ

配列の要素を取得します。値の設定も可能です。

名前空間:  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
配列内の要素を含む DTSParamValueCollection コレクションです。