DTSWebMethodInfo Costruttori

Definizione

Inizializza una nuova istanza della classe DTSWebMethodInfo.

Overload

DTSWebMethodInfo()

Inizializza una nuova istanza della classe DTSWebMethodInfo.

DTSWebMethodInfo(String, String, String)

Inizializza una nuova istanza della classe DTSWebMethodInfo utilizzando il nome del metodo, il nome del messaggio e la documentazione specificati per il metodo.

DTSWebMethodInfo()

Inizializza una nuova istanza della classe DTSWebMethodInfo.

public:
 DTSWebMethodInfo();
public DTSWebMethodInfo ();
Public Sub New ()

Si applica a

DTSWebMethodInfo(String, String, String)

Inizializza una nuova istanza della classe DTSWebMethodInfo utilizzando il nome del metodo, il nome del messaggio e la documentazione specificati per il metodo.

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)

Parametri

methodName
String

Nome del metodo.

messageName
String

Nome del messaggio.

doc
String

Documentazione relativa al metodo.

Si applica a