Langue

DTSWebMethodInfo Constructeurs

Définition

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.

S’applique à