共用方式為


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.