ComplexProperty Constructor (String, String, DTSParamType)
Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)
Syntax
'Declaration
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
)
Parameters
- name
The name of the property.
- datatype
The data type of the property.
- type
The DTSParamType of the property.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ComplexProperty Class
ComplexProperty Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace