DatabaseRestorePlanner.IsTailLogBackupPossible(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 before restoring the database.
public bool IsTailLogBackupPossible (string databaseName);
member this.IsTailLogBackupPossible : string -> bool
Public Function IsTailLogBackupPossible (databaseName As String) As Boolean
Parameters
- databaseName
- String
The database.
Returns
true
if it's possible to do a tail-log backup before restoring the database; otherwise, false
.