Partager via


Propriété IDTSWebServiceTask.WebMethodInfo

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets a DTS Web Method info object.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly :  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Syntaxe

'Déclaration
Property WebMethodInfo As DTSWebMethodInfo 
    Get 
    Set
'Utilisation
Dim instance As IDTSWebServiceTask 
Dim value As DTSWebMethodInfo 

value = instance.WebMethodInfo

instance.WebMethodInfo = value
DTSWebMethodInfo WebMethodInfo { get; set; }
property DTSWebMethodInfo^ WebMethodInfo {
    DTSWebMethodInfo^ get ();
    void set (DTSWebMethodInfo^ value);
}
abstract WebMethodInfo : DTSWebMethodInfo with get, set
function get WebMethodInfo () : DTSWebMethodInfo 
function set WebMethodInfo (value : DTSWebMethodInfo)

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSWebMethodInfo
A DTS Web Method info object.

Voir aussi

Référence

IDTSWebServiceTask Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.WebServiceTask