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


SqlSmoObject.ObjectInSpace Property

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

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

Синтаксис

'Декларация
Protected ReadOnly Property ObjectInSpace As Boolean
protected bool ObjectInSpace { get; }
protected:
property bool ObjectInSpace {
    bool get ();
}
/** @property */
protected boolean get_ObjectInSpace ()
protected function get ObjectInSpace () : 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. If False (default), the object is connected to an instance of SQL Server.

Замечания

Изменения текста

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Пример

How to: Get and Set a Property in Visual Basic .NET

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

SqlSmoObject Class
SqlSmoObject Members
Microsoft.SqlServer.Management.Smo Namespace