다음을 통해 공유


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 수 있습니다.

적용 대상