Freigeben über


SqlSmoObject.IsObjectInSpace-Methode

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

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

Syntax

'Declaration
Protected Friend Function IsObjectInSpace As Boolean
'Usage
Dim returnValue As Boolean 

returnValue = Me.IsObjectInSpace()
protected internal bool IsObjectInSpace()
protected public:
bool IsObjectInSpace()
member IsObjectInSpace : unit -> bool
function IsObjectInSpace() : boolean

Rückgabewert

Typ: 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.

Beispiele

Aufrufen von Methoden

Siehe auch

Verweis

SqlSmoObject Klasse

Microsoft.SqlServer.Management.Smo-Namespace