Méthode IsSupported
Indicates if the provider supports the specified graph. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public MustOverride Function IsSupported ( _
reference As Object _
) As Boolean
'Utilisation
Dim instance As SimpleNodeAdapter
Dim reference As Object
Dim returnValue As Boolean
returnValue = instance.IsSupported(reference)
public abstract bool IsSupported(
Object reference
)
public:
virtual bool IsSupported(
Object^ reference
) abstract
abstract IsSupported :
reference:Object -> bool
public abstract function IsSupported(
reference : Object
) : boolean
Paramètres
- reference
Type : System. . :: . .Object
The reference of the provider.
Valeur de retour
Type : System. . :: . .Boolean
true if the provider supports the specified graph; otherwise, false.