Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets a value that indicates whether a Web method is supported or not.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Supported As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if the Web method is supported; otherwise, false.