SqlSmoObject.IsObjectInSpace Método
Verifies whether the object is isolated or connected to the instance of SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Protected Friend Function IsObjectInSpace As Boolean
'Uso
Dim returnValue As Boolean
returnValue = Me.IsObjectInSpace()
protected internal bool IsObjectInSpace()
protected public:
bool IsObjectInSpace()
member IsObjectInSpace : unit -> bool
function IsObjectInSpace() : boolean
Valor devuelto
Tipo: System.Boolean
A Boolean value that specifies whether the object is isolated or connected to the instance of SQL Server.If True, the object is isolated. Otherwise, False.