BackupSet.BeginsLogChain Property

Definition

Is this the first in a continuous chain of log backups. A log chain begins with the first log backup taken after the database is created or when it is switched from the simple to the full or bulk-logged recovery model.

public bool BeginsLogChain { get; }
member this.BeginsLogChain : bool
Public ReadOnly Property BeginsLogChain As Boolean

Property Value

true if [begins log chain]; otherwise, false.

Applies to