WebServiceTaskUtil.GetWebMethodInfos(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un tableau qui contient toutes les méthodes disponibles dans un service.
public:
cli::array <Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSWebMethodInfo ^> ^ GetWebMethodInfos(System::String ^ serviceName);
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo[] GetWebMethodInfos (string serviceName);
member this.GetWebMethodInfos : string -> Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo[]
Public Function GetWebMethodInfos (serviceName As String) As DTSWebMethodInfo()
Paramètres
- serviceName
- String
Nom du service.
Retours
Tableau de type DTSWebMethodInfo.
Remarques
Utilisez la GetServices méthode pour obtenir la liste de tous les services disponibles. Dans cette liste, vous pouvez choisir un service qui vous intéresse et utiliser le GetWebMethodInfos tableau de toutes les méthodes de ce service.