WebServiceTaskUtil.GetServices 方法

Returns an array that contains all the services available in the Web Services Description Language (WSDL).

命名空间:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
程序集:  Microsoft.SqlServer.WebServiceTask(在 Microsoft.SqlServer.WebServiceTask.dll 中)

语法

声明
Public Function GetServices As String()
用法
Dim instance As WebServiceTaskUtil 
Dim returnValue As String()

returnValue = instance.GetServices()
public string[] GetServices()
public:
array<String^>^ GetServices()
member GetServices : unit -> string[] 
public function GetServices() : String[]

返回值

类型:array<System.String[]
An array of type String that contains a list of all the services.

请参阅

参考

WebServiceTaskUtil 类

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 命名空间