Metodo IsSupported
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Function IsSupported ( _
node As Object _
) As Boolean
'Utilizzo
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
Parametri
- node
Tipo: System. . :: . .Object
The object node.
Valore restituito
Tipo: System. . :: . .Boolean
true if the specified object is supported; otherwise, false.
Vedere anche