Freigeben über


WebServiceTaskUtil.GetServices-Methode

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
Public Function GetServices As String()
'Usage
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[]

Rückgabewert

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

Siehe auch

Verweis

WebServiceTaskUtil Klasse

Microsoft.SqlServer.Dts.Tasks.WebServiceTask-Namespace