WebServiceTask.WebMethodInfo Propriété
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 ou définit un objet 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
Valeur de propriété
Objet DTSWebMethodInfo.
Implémente
Remarques
L’objet DTSWebMethodInfo encapsule les détails d’une méthode Web. La classe contient le nom de la méthode, le nom du message, la documentation de la méthode et les paramètres à transmettre pour l’appel de méthode.