Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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[]
Return Value
Type: array<System.String[]
An array of type String that contains a list of all the services.