SqlSmoObject.IsObjectInSpace 메서드

Verifies whether the object is isolated or connected to the instance of SQL Server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Protected Friend Function IsObjectInSpace As Boolean
‘사용 방법
Dim returnValue As Boolean 

returnValue = Me.IsObjectInSpace()
protected internal bool IsObjectInSpace()
protected public:
bool IsObjectInSpace()
member IsObjectInSpace : unit -> bool
function IsObjectInSpace() : boolean

반환 값

유형: 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.

메서드 호출

참고 항목

참조

SqlSmoObject 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스