DTSWebMethodInfo 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 DTSWebMethodInfo.
Surcharges
| Nom | Description |
|---|---|
| DTSWebMethodInfo() |
Initialise une nouvelle instance de la classe DTSWebMethodInfo. |
| DTSWebMethodInfo(String, String, String) |
Initialise une nouvelle instance de la DTSWebMethodInfo classe, en utilisant le nom de la méthode spécifié, le nom du message et la documentation de la méthode. |
DTSWebMethodInfo()
Initialise une nouvelle instance de la classe DTSWebMethodInfo.
public:
DTSWebMethodInfo();
public DTSWebMethodInfo();
Public Sub New ()
S’applique à
DTSWebMethodInfo(String, String, String)
Initialise une nouvelle instance de la DTSWebMethodInfo classe, en utilisant le nom de la méthode spécifié, le nom du message et la documentation de la méthode.
public:
DTSWebMethodInfo(System::String ^ methodName, System::String ^ messageName, System::String ^ doc);
public DTSWebMethodInfo(string methodName, string messageName, string doc);
new Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo : string * string * string -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo
Public Sub New (methodName As String, messageName As String, doc As String)
Paramètres
- methodName
- String
Nom de la méthode.
- messageName
- String
Nom du message.
- doc
- String
La documentation de la méthode.