Méthode SqlSmoObject.IsObjectInSpace
Verifies whether the object is isolated or connected to the instance of SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Friend Function IsObjectInSpace As Boolean
'Utilisation
Dim returnValue As Boolean
returnValue = Me.IsObjectInSpace()
protected internal bool IsObjectInSpace()
protected public:
bool IsObjectInSpace()
member IsObjectInSpace : unit -> bool
function IsObjectInSpace() : boolean
Valeur de retour
Type : 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.