Condividi tramite


WebServiceTaskUtil.GetWebMethodInfos(String) Metodo

Definizione

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.

Si applica a