Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the ComplexProperty class, and initializes the name, datatype, and parameter type of the ComplexProperty.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
datatype As String, _
type As DTSParamType _
)
'Utilisation
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
)
Paramètres
- name
Type : System.String
The name of the property.
- datatype
Type : System.String
The data type of the property.
- type
Type : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType
The DTSParamType of the property.