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 命名空间