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 네임스페이스