Partilhar via


Método SqlSmoObject.IsObjectInSpace

Verifies whether the object is isolated or connected to the instance of SQL Server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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 de retorno

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.

Exemplos

Chamando métodos

Consulte também

Referência

SqlSmoObject Classe

Namespace Microsoft.SqlServer.Management.Smo