DacDeployOptions.IgnoreNotForReplication Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere l'opzione NOT FOR REPLICATION dalla considerazione durante il confronto del modello di origine e di 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; in caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a