DatabaseRestorePlanner.IsTailLogBackupPossible(String) Method

Definition

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.

Applies to