ComplexValue 생성자 (ComplexProperty[])

Initializes a new instance of the ComplexValue class, and initializes the properties of the ComplexValue.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리:  Microsoft.SqlServer.WebServiceTask.dll의 Microsoft.SqlServer.WebServiceTask

구문

‘선언
Public Sub New ( _
    properties As ComplexProperty() _
)
‘사용 방법
Dim properties As ComplexProperty()

Dim instance As New ComplexValue(properties)
public ComplexValue(
    ComplexProperty[] properties
)
public:
ComplexValue(
    array<ComplexProperty^>^ properties
)
new : 
        properties:ComplexProperty[] -> ComplexValue
public function ComplexValue(
    properties : ComplexProperty[]
)

매개 변수