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 DTSParamInfo class, using information about the parameter passed to the method.
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, _
sequenceNumber As Integer _
)
'Utilisation
Dim name As String
Dim datatype As String
Dim type As DTSParamType
Dim sequenceNumber As Integer
Dim instance As New DTSParamInfo(name, datatype, _
type, sequenceNumber)
public DTSParamInfo(
string name,
string datatype,
DTSParamType type,
int sequenceNumber
)
public:
DTSParamInfo(
String^ name,
String^ datatype,
DTSParamType type,
int sequenceNumber
)
new :
name:string *
datatype:string *
type:DTSParamType *
sequenceNumber:int -> DTSParamInfo
public function DTSParamInfo(
name : String,
datatype : String,
type : DTSParamType,
sequenceNumber : int
)
Paramètres
- name
Type : System.String
The name of the parameter.
- datatype
Type : System.String
The data type of the parameter.
- type
Type : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType
The type of the parameter. This is a value from the DTSParamType enumeration.
- sequenceNumber
Type : System.Int32
The sequence number of the parameter in the method signature.