This topic has not yet been rated - Rate this topic

RestoreOptions.KeepReplication Property

SQL Server 2012

Gets or sets whether to prevent replication settings from being removed when a database backup or log backup is restored on a warm standby server and the database is recovered.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
public bool KeepReplication { get; set; }

Property Value

Type: System.Boolean
True when prevent replication settings from being removed; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.