ComplexProperty 构造函数

定义

初始化 ComplexProperty 类的新实例。

重载

ComplexProperty()

初始化 ComplexProperty 类的新实例。

ComplexProperty(String, String, DTSParamType)

初始化 ComplexProperty 类的新实例,并且初始化 ComplexProperty 的名称、数据类型和参数类型。

ComplexProperty()

初始化 ComplexProperty 类的新实例。

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

适用于

ComplexProperty(String, String, DTSParamType)

初始化 ComplexProperty 类的新实例,并且初始化 ComplexProperty 的名称、数据类型和参数类型。

public:
 ComplexProperty(System::String ^ name, System::String ^ datatype, Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType type);
public ComplexProperty (string name, string datatype, Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType type);
new Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty : string * string * Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty
Public Sub New (name As String, datatype As String, type As DTSParamType)

参数

name
String

属性的名称。

datatype
String

属性的数据类型。

type
DTSParamType

属性的 DTSParamType

适用于