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 (在 Microsoft.SqlServer.WebServiceTask.dll 中)

語法

'宣告
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[]
)

參數