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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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