WebServiceTaskUtil.GetWebMethodInfos(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サービスで使用可能なすべてのメソッドを含む配列を取得します。
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 を使用してそのサービスで使用可能なすべてのメソッドの配列を取得します。