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
DTSWebMethodInfo() |
Initialise une nouvelle instance de la classe DTSWebMethodInfo. |
DTSWebMethodInfo(String, String, String) |
Initialise une nouvelle instance de la classe DTSWebMethodInfo, en utilisant le nom de méthode, le nom de message et la documentation spécifiés pour 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 classe DTSWebMethodInfo, en utilisant le nom de méthode, le nom de message et la documentation spécifiés pour 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
Documentation de la méthode.