WebServiceTaskUtil.GetServices Método
Returns an array that contains all the services available in the Web Services Description Language (WSDL).
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Sintaxis
'Declaración
Public Function GetServices As String()
'Uso
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[]
Valor devuelto
Tipo: array<System.String[]
An array of type String that contains a list of all the services.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask