Partilhar via


Propriedade WebMethodInfo

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)

Sintaxe

'Declaração
Property WebMethodInfo As DTSWebMethodInfo
    Get
    Set
'Uso
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)