Compartir a través de


DacDeployOptions.IgnoreNotForReplication Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se debe dejar de tener en cuenta la opción NOT FOR REPLICATION al comparar los modelos de origen y de 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 de propiedad

True para omitir la opción NOT FOR REPLICATION; de lo contrario, false. El valor predeterminado es False.

Atributos

Se aplica a