共用方式為


SimpleNodeAdapter.IsSupported 方法

Indicates if the provider supports the specified graph. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public MustOverride Function IsSupported ( _
    reference As Object _
) As Boolean
'用途
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

參數

  • reference
    型別:System.Object
    The reference of the provider.

傳回值

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

請參閱

參考

SimpleNodeAdapter 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間