WebServiceTask.WebMethodInfo Proprietà

Definizione

Ottiene o imposta un oggetto DTSWebMethodInfo.

public:
 property Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSWebMethodInfo ^ WebMethodInfo { Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSWebMethodInfo ^ get(); void set(Microsoft::SqlServer::Dts::Tasks::WebServiceTask::DTSWebMethodInfo ^ value); };
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo WebMethodInfo { get; set; }
member this.WebMethodInfo : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo with get, set
Public Property WebMethodInfo As DTSWebMethodInfo

Valore della proprietà

Un oggetto DTSWebMethodInfo.

Implementazioni

Commenti

L'oggetto DTSWebMethodInfo incapsula i dettagli di un metodo Web. La classe contiene il nome del metodo, il nome del messaggio, la documentazione del metodo e i parametri da passare per la chiamata al metodo.

Si applica a