WebServiceTaskUtil.GetWebMethodInfos メソッド
サービスで使用可能なすべてのメソッドを含む配列を取得します。
名前空間: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
アセンブリ: Microsoft.SqlServer.WebServiceTask (Microsoft.SqlServer.WebServiceTask.dll)
構文
'宣言
Public Function GetWebMethodInfos ( _
serviceName As String _
) As DTSWebMethodInfo()
'使用
Dim instance As WebServiceTaskUtil
Dim serviceName As String
Dim returnValue As DTSWebMethodInfo()
returnValue = instance.GetWebMethodInfos(serviceName)
public DTSWebMethodInfo[] GetWebMethodInfos(
string serviceName
)
public:
array<DTSWebMethodInfo^>^ GetWebMethodInfos(
String^ serviceName
)
member GetWebMethodInfos :
serviceName:string -> DTSWebMethodInfo[]
public function GetWebMethodInfos(
serviceName : String
) : DTSWebMethodInfo[]
パラメーター
- serviceName
型: System.String
サービスの名前です。
戻り値
型: array<Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo[]
DTSWebMethodInfo 型の配列です。
説明
GetServices メソッドを使用して使用可能なすべてのサービスの一覧を取得します。 その一覧から、必要なサービスを選択し、GetWebMethodInfos を使用してそのサービスで使用可能なすべてのメソッドの配列を取得します。