不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Function IsSupported ( _
node As Object _
) As Boolean
'用途
Dim instance As SfcSimpleNodeFactory
Dim node As Object
Dim returnValue As Boolean
returnValue = instance.IsSupported(node)
public bool IsSupported(
Object node
)
public:
bool IsSupported(
Object^ node
)
member IsSupported :
node:Object -> bool
public function IsSupported(
node : Object
) : boolean
參數
- node
型別:System.Object
The object node.
傳回值
型別:System.Boolean
true if the specified object is supported; otherwise, false.