ComplexProperty 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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。