GetServices méthode
Returns an array that contains all the services available in the Web Services Description Language (WSDL).
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (dans Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Public Function GetServices As String()
'Utilisation
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[]
Valeur de retour
Type : array<System. . :: . .String> [] () [] []
An array of type String that contains a list of all the services.