DatabaseRestorePlanner.IsTailLogBackupWithNoRecoveryPossible(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether it's possible to do a tail-log backup with NORECOVERY before restoring the database.
public bool IsTailLogBackupWithNoRecoveryPossible (string databaseName);
member this.IsTailLogBackupWithNoRecoveryPossible : string -> bool
Public Function IsTailLogBackupWithNoRecoveryPossible (databaseName As String) As Boolean
Parameters
- databaseName
- String
The database.
Returns
true
if it's possible to do a tail-log backup with NORECOVERY before restoring the database; otherwise, false
.