다음을 통해 공유


GetWebMethodInfos 메서드

Gets an array that contains all the methods available in a service.

네임스페이스:  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[]

매개 변수

반환 값

유형: array<Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSWebMethodInfo> [] () [] []
An array of type DTSWebMethodInfo.

주의

Use the GetServices method to get a list of all the services available. From that list, you can pick a service you are interested in, and use the GetWebMethodInfos to get an array of all the methods in that service.