次の方法で共有


WebServiceTaskUtil.GetWebMethodInfos(String) メソッド

定義

サービスで使用可能なすべてのメソッドを含む配列を取得します。

public:
 cli::array <Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSWebMethodInfo ^> ^ GetWebMethodInfos(System::String ^ serviceName);
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo[] GetWebMethodInfos (string serviceName);
member this.GetWebMethodInfos : string -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo[]
Public Function GetWebMethodInfos (serviceName As String) As DTSWebMethodInfo()

パラメーター

serviceName
String

サービスの名前。

戻り値

DTSWebMethodInfo 型の配列。

注釈

GetServices メソッドを使用して使用可能なすべてのサービスの一覧を取得します。 その一覧から、必要なサービスを選択し、GetWebMethodInfos を使用してそのサービスで使用可能なすべてのメソッドの配列を取得します。

適用対象