Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates if the provider supports the specified graph. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
Parameters
- reference
Type: System.Object
The reference of the provider.
Return Value
Type: System.Boolean
true if the provider supports the specified graph; otherwise, false.