BackupSet.IsForceOffline 속성
Gets a value that indicates whether the database was offline when the backup was taken.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property IsForceOffline As Boolean
Get
‘사용 방법
Dim instance As BackupSet
Dim value As Boolean
value = instance.IsForceOffline
public bool IsForceOffline { get; }
public:
property bool IsForceOffline {
bool get ();
}
member IsForceOffline : bool
function get IsForceOffline () : boolean
속성 값
유형: System.Boolean
true if this database was offline when the backup was taken; otherwise, false.