RestoreOptions.KeepReplication 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_REPLICATION KEEP_REPLICATION prevents replication settings from being removed when a database backup or log backup is restored on a warm standby server and the database is recovered.
public bool KeepReplication { get; set; }
member this.KeepReplication : bool with get, set
Public Property KeepReplication As Boolean
Property Value
true
if [keep replication]; otherwise, false
.