Méthode SfcSimpleNodeFactory.IsSupported
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Function IsSupported ( _
node As Object _
) As Boolean
'Utilisation
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
Paramètres
- node
Type : System.Object
The object node.
Valeur de retour
Type : System.Boolean
true if the specified object is supported; otherwise, false.