DatabaseRestorePlanner.IsTailLogBackupWithNoRecoveryPossible(String) Method

Definition

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.

Applies to