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.