ComplexValue コンストラクター (ComplexProperty[])

ComplexValue クラスの新しいインスタンスを初期化し、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[]
)

パラメーター