다음을 통해 공유


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 네임스페이스