DTSWebMethodInfo コンストラクター (String, String, String)
指定されたメソッド名、メッセージ名およびメソッドのドキュメントを使用して、DTSWebMethodInfo クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
アセンブリ: Microsoft.SqlServer.WebServiceTask (Microsoft.SqlServer.WebServiceTask.dll)
構文
'宣言
Public Sub New ( _
methodName As String, _
messageName As String, _
doc As String _
)
'使用
Dim methodName As String
Dim messageName As String
Dim doc As String
Dim instance As New DTSWebMethodInfo(methodName, _
messageName, doc)
public DTSWebMethodInfo(
string methodName,
string messageName,
string doc
)
public:
DTSWebMethodInfo(
String^ methodName,
String^ messageName,
String^ doc
)
new :
methodName:string *
messageName:string *
doc:string -> DTSWebMethodInfo
public function DTSWebMethodInfo(
methodName : String,
messageName : String,
doc : String
)
パラメーター
- methodName
型: System. . :: . .String
メソッドの名前です。
- messageName
型: System. . :: . .String
メッセージの名前です。
- doc
型: System. . :: . .String
メソッドのドキュメントです。