Condividi tramite


DacDeployOptions.IgnoreNotForReplication Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere l’opzione NOT FOR REPLICATION dalla considerazione durante il confronto dei modelli di origine e destinazione.

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

Valore della proprietà

True per ignorare l'opzione NOT FOR REPLICATION, altrimenti false. L'impostazione predefinita è false.

Attributi

Si applica a