Share via


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 _
)
'Usage
Dim name As String
Dim datatype As String
Dim type As DTSParamType

Dim instance As New ComplexProperty(name, datatype, _
    type)
public ComplexProperty(
    string name,
    string datatype,
    DTSParamType type
)
public:
ComplexProperty(
    String^ name, 
    String^ datatype, 
    DTSParamType type
)
new : 
        name:string * 
        datatype:string * 
        type:DTSParamType -> ComplexProperty
public function ComplexProperty(
    name : String, 
    datatype : String, 
    type : DTSParamType
)

Parameters