Partilhar via


DacDeployOptions.IgnoreNotForReplication Propriedade

Definição

Obtém ou define um booliano que especifica se deve-se desconsiderar ou não a opção NOT FOR REPLICATION ao comparar os modelos de origem e destino.

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

Valor da propriedade

True para ignorar a opção NOT FOR REPLICATION; caso contrário, false. O padrão é false.

Atributos

Aplica-se a