Freigeben über


DacDeployOptions.IgnoreNotForReplication Eigenschaft

Definition

Gibt mit einem booleschen Wert an, ob die Option NOT FOR REPLICATION beim Vergleich von Quell- und Zielmodell unberücksichtigt bleiben soll.

public bool IgnoreNotForReplication { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreNotForReplication")]
public bool IgnoreNotForReplication { get; set; }
member this.IgnoreNotForReplication : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreNotForReplication")>]
member this.IgnoreNotForReplication : bool with get, set
Public Property IgnoreNotForReplication As Boolean

Eigenschaftswert

True, wenn die NOT FOR REPLICATION-Option ignoriert werden soll, andernfalls false. Der Standardwert ist "false".

Attribute

Gilt für: