Поделиться через


Метод WebServiceTaskUtil.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.

См. также

Справочник

WebServiceTaskUtil Класс

Пространство имен Microsoft.SqlServer.Dts.Tasks.WebServiceTask