Partager via


DTSWebMethodInfo Constructeurs

Définition

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.

S’applique à