ComplexProperty Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ComplexProperty class.
Overloads
ComplexProperty() |
Initializes a new instance of the ComplexProperty class. |
ComplexProperty(String, String, DTSParamType) |
Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty. |
ComplexProperty()
Initializes a new instance of the ComplexProperty class.
public:
ComplexProperty();
public ComplexProperty ();
Public Sub New ()
Applies to
ComplexProperty(String, String, DTSParamType)
Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.
public:
ComplexProperty(System::String ^ name, System::String ^ datatype, Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType type);
public ComplexProperty (string name, string datatype, Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType type);
new Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty : string * string * Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty
Public Sub New (name As String, datatype As String, type As DTSParamType)
Parameters
- name
- String
The name of the property.
- datatype
- String
The data type of the property.
- type
- DTSParamType
The DTSParamType of the property.