Share via


SqlDeploymentOptions.IgnoreNotForReplication Property

Definition

Get boolean that specifies whether to exclude the NOT FOR REPLICATION option from consideration when comparing the source and target model.

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

Property Value

True to ignore the NOT FOR REPLICATION option; otherwise, false. Default is false.

Applies to