RestoreOptions.KeepTemporalRetention Property
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.
KEEP_TEMPORAL_RETENTION KEEP_TEMPORAL_RETENTION prevents temporal history tables retention policy setting from being removed when a database backup is restored on a warm standby server and the database is recovered.
public bool KeepTemporalRetention { get; set; }
member this.KeepTemporalRetention : bool with get, set
Public Property KeepTemporalRetention As Boolean
Property Value
true
if [keep temporal retention]; otherwise, false
.