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[]
)
参数
- properties
类型:array<Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .ComplexProperty> [] () [] []
The properties to initialize the ComplexValue with.