Freigeben über


SimpleNodeAdapter.IsSupported-Methode

Indicates if the provider supports the specified graph. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public MustOverride Function IsSupported ( _
    reference As Object _
) As Boolean
'Usage
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

Parameter

Rückgabewert

Typ: System.Boolean
true if the provider supports the specified graph; otherwise, false.

Siehe auch

Verweis

SimpleNodeAdapter Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace