Proprietà DTSWebMethodInfo.Supported

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Supported As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

DTSWebMethodInfo Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask