Compartir a través de


DTSParamInfo Constructor (String, String, DTSParamType, Int32)

Initializes a new instance of the DTSParamInfo class, using information about the parameter passed to the method.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado:  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Sintaxis

'Declaración
Public Sub New ( _
    name As String, _
    datatype As String, _
    type As DTSParamType, _
    sequenceNumber As Integer _
)
'Uso
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
)

Parámetros

  • sequenceNumber
    Tipo: System.Int32
    The sequence number of the parameter in the method signature.

Vea también

Referencia

DTSParamInfo Clase

Sobrecarga de DTSParamInfo

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask