Compartir a través de


Supported Propiedad

Gets a value that indicates whether a Web method is supported or not.

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

Sintaxis

'Declaración
Public ReadOnly Property Supported As Boolean
    Get
'Uso
Dim instance As DTSWebMethodInfo
Dim value As Boolean

value = instance.Supported
public bool Supported { get; }
public:
property bool Supported {
    bool get ();
}
member Supported : bool
function get Supported () : boolean

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if the Web method is supported; otherwise, false.