DacDeployOptions.IgnoreNotForReplication Propriété

Définition

Obtient ou définit une valeur booléenne qui spécifie s’il faut exclure l’option NOT FOR REPLICATION de la considération lors de la comparaison du modèle source et cible.

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

Valeur de propriété

True pour ignorer l’option NOT FOR REPLICATION ; sinon, false. La valeur par défaut est false.

Attributs

S’applique à