次の方法で共有


DTSWebMethodInfo コンストラクター

定義

DTSWebMethodInfo クラスの新しいインスタンスを初期化します。

オーバーロード

DTSWebMethodInfo()

DTSWebMethodInfo クラスの新しいインスタンスを初期化します。

DTSWebMethodInfo(String, String, String)

指定されたメソッド名、メッセージ名およびメソッドのドキュメントを使用して、DTSWebMethodInfo クラスの新しいインスタンスを初期化します。

DTSWebMethodInfo()

DTSWebMethodInfo クラスの新しいインスタンスを初期化します。

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

適用対象

DTSWebMethodInfo(String, String, String)

指定されたメソッド名、メッセージ名およびメソッドのドキュメントを使用して、DTSWebMethodInfo クラスの新しいインスタンスを初期化します。

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)

パラメーター

methodName
String

メソッドの名前。

messageName
String

メッセージの名前です。

doc
String

メソッドのドキュメントです。

適用対象