ComplexProperty Constructor (String, String, DTSParamType)

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

ComplexProperty Class
ComplexProperty Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace