Método SimpleNodeAdapter.IsSupported
Indicates if the provider supports the specified graph. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public MustOverride Function IsSupported ( _
reference As Object _
) As Boolean
'Uso
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
Parâmetros
- reference
Tipo: System.Object
The reference of the provider.
Valor de retorno
Tipo: System.Boolean
true if the provider supports the specified graph; otherwise, false.