Metodo SimpleNodeAdapter.IsSupported
Indicates if the provider supports the specified graph. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public MustOverride Function IsSupported ( _
reference As Object _
) As Boolean
'Utilizzo
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
Parametri
- reference
Tipo: System.Object
The reference of the provider.
Valore restituito
Tipo: System.Boolean
true if the provider supports the specified graph; otherwise, false.