Поделиться через


Свойство SqlSmoObject.ObjectInSpace

Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Protected ReadOnly Property ObjectInSpace As Boolean 
    Get
'Применение
Dim value As Boolean 

value = Me.ObjectInSpace
protected bool ObjectInSpace { get; }
protected:
property bool ObjectInSpace {
    bool get ();
}
member ObjectInSpace : bool
function get ObjectInSpace () : boolean

Значение свойства

Тип: System.Boolean
A Boolean value that specifies whether the object isolated or is connected to an instance of SQL Server.If True, the object exists in isolation. Otherwise, False (default).

Примеры

Установка свойств

См. также

Справочник

SqlSmoObject Класс

Пространство имен Microsoft.SqlServer.Management.Smo