Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 Function IsSupported ( _
node As Object _
) As Boolean
'Usage
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
Parameters
- node
Type: System.Object
The object node.
Return Value
Type: System.Boolean
true if the specified object is supported; otherwise, false.