WebServiceTaskUtil.GetWebMethodInfos(String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene una matrice contenente tutti i metodi disponibili in un servizio.
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()
Parametri
- serviceName
- String
Il nome del servizio.
Restituisce
Matrice di tipo DTSWebMethodInfo.
Commenti
Usare il GetServices metodo per ottenere un elenco di tutti i servizi disponibili. Da questo elenco è possibile selezionare un servizio interessato e usare per GetWebMethodInfos ottenere una matrice di tutti i metodi in tale servizio.