DTSParamInfo Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe DTSParamInfo.
Surcharges
DTSParamInfo() |
Initialise une nouvelle instance de la classe DTSParamInfo. |
DTSParamInfo(String, String, DTSParamType, Int32) |
Initialise une nouvelle instance de la classe DTSParamInfo, à l'aide d'informations sur le paramètre transmis à la méthode. |
DTSParamInfo()
Initialise une nouvelle instance de la classe DTSParamInfo.
public:
DTSParamInfo();
public DTSParamInfo ();
Public Sub New ()
S’applique à
DTSParamInfo(String, String, DTSParamType, Int32)
Initialise une nouvelle instance de la classe DTSParamInfo, à l'aide d'informations sur le paramètre transmis à la méthode.
public:
DTSParamInfo(System::String ^ name, System::String ^ datatype, Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSParamType type, int sequenceNumber);
public DTSParamInfo (string name, string datatype, Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType type, int sequenceNumber);
new Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamInfo : string * string * Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamType * int -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamInfo
Public Sub New (name As String, datatype As String, type As DTSParamType, sequenceNumber As Integer)
Paramètres
- name
- String
Le nom du paramètre.
- datatype
- String
Type de données du paramètre.
- type
- DTSParamType
Type du paramètre. Il s'agit d'une valeur de l'énumération DTSParamType.
- sequenceNumber
- Int32
Numéro séquentiel du paramètre dans la signature de méthode.