Partager via


DTSParamInfo Constructor (String, String, DTSParamType, Int32)

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 (in microsoft.sqlserver.webservicetask.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    name As String, _
    datatype As String, _
    type As DTSParamType, _
    sequenceNumber As Integer _
)
public DTSParamInfo (
    string name,
    string datatype,
    DTSParamType type,
    int sequenceNumber
)
public:
DTSParamInfo (
    String^ name, 
    String^ datatype, 
    DTSParamType type, 
    int sequenceNumber
)
public DTSParamInfo (
    String name, 
    String datatype, 
    DTSParamType type, 
    int sequenceNumber
)
public function DTSParamInfo (
    name : String, 
    datatype : String, 
    type : DTSParamType, 
    sequenceNumber : int
)

Paramètres

  • name
    The name of the parameter.
  • datatype
    The data type of the parameter.
  • type
    The type of the parameter. This is a value from the DTSParamType enumeration.
  • sequenceNumber
    The sequence number of the parameter in the method signature.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

DTSParamInfo Class
DTSParamInfo Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace