共用方式為


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 命名空間