Linguaggio

WebServiceTaskUtil.GetWebMethodInfos(String) Metodo

Definizione

Ottiene un array che contiene 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.

Valori restituiti

Matrice di tipo DTSWebMethodInfo.

Commenti

Usa il GetServices metodo per ottenere un elenco di tutti i servizi disponibili. Da quella lista, puoi scegliere un servizio che ti interessa e usarlo GetWebMethodInfos per ottenere una gamma di tutti i metodi presenti in quel servizio.

Si applica a