ComplexValue 构造函数

定义

初始化 ComplexValue 类的新实例。

重载

ComplexValue()

初始化 ComplexValue 类的新实例。

ComplexValue(ComplexProperty[])

初始化 ComplexValue 类的新实例,并且初始化 ComplexValue 的属性。

ComplexValue()

初始化 ComplexValue 类的新实例。

public:
 ComplexValue();
public ComplexValue ();
Public Sub New ()

适用于

ComplexValue(ComplexProperty[])

初始化 ComplexValue 类的新实例,并且初始化 ComplexValue 的属性。

public:
 ComplexValue(cli::array <Microsoft::SqlServer::Dts::Tasks::WebServiceTask::ComplexProperty ^> ^ properties);
public ComplexValue (Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[] properties);
new Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexValue : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[] -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexValue
Public Sub New (properties As ComplexProperty())

参数

properties
ComplexProperty[]

要用于初始化 ComplexValue 的属性。

适用于