Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.
命名空間: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
組件: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
語法
'宣告
Public Sub New ( _
name As String, _
datatype As String, _
type As DTSParamType _
)
public ComplexProperty (
string name,
string datatype,
DTSParamType type
)
public:
ComplexProperty (
String^ name,
String^ datatype,
DTSParamType type
)
public ComplexProperty (
String name,
String datatype,
DTSParamType type
)
public function ComplexProperty (
name : String,
datatype : String,
type : DTSParamType
)
參數
- name
The name of the property.
- datatype
The data type of the property.
- type
The DTSParamType of the property.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
ComplexProperty Class
ComplexProperty Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace