Compartir a través de


IDTSWebServiceTask.WebMethodInfo Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets a DTS Web Method info object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado:  Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)

Sintaxis

'Declaración
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)

Valor de la propiedad

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

Vea también

Referencia

IDTSWebServiceTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask