WebServiceTask.WebMethodInfo プロパティ
DTSWebMethodInfo オブジェクトを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
アセンブリ: Microsoft.SqlServer.WebServiceTask (Microsoft.SqlServer.WebServiceTask.dll)
構文
'宣言
Public Property WebMethodInfo As DTSWebMethodInfo
Get
Set
'使用
Dim instance As WebServiceTask
Dim value As DTSWebMethodInfo
value = instance.WebMethodInfo
instance.WebMethodInfo = value
public DTSWebMethodInfo WebMethodInfo { get; set; }
public:
virtual property DTSWebMethodInfo^ WebMethodInfo {
DTSWebMethodInfo^ get () sealed;
void set (DTSWebMethodInfo^ value) sealed;
}
abstract WebMethodInfo : DTSWebMethodInfo with get, set
override WebMethodInfo : DTSWebMethodInfo with get, set
final function get WebMethodInfo () : DTSWebMethodInfo
final function set WebMethodInfo (value : DTSWebMethodInfo)
プロパティ値
型: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo
DTSWebMethodInfo オブジェクトです。
実装
IDTSWebServiceTask.WebMethodInfo
説明
DTSWebMethodInfo オブジェクトは、Web メソッドの詳細をカプセル化します。 このクラスには、メソッド名、メッセージ名、メソッドのドキュメント、メソッドの呼び出しで渡されるパラメーターが含まれます。