Partager via


DacDeployOptions.DoNotAlterChangeDataCaptureObjects Propriété

Définition

Permet d’obtenir ou de définir une valeur booléenne indiquant si les éléments configurés pour le service de capture de données modifiées doivent être modifiés lors du déploiement.

public bool DoNotAlterChangeDataCaptureObjects { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DoNotAlterChangeDataCaptureObjects")]
public bool DoNotAlterChangeDataCaptureObjects { get; set; }
member this.DoNotAlterChangeDataCaptureObjects : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DoNotAlterChangeDataCaptureObjects")>]
member this.DoNotAlterChangeDataCaptureObjects : bool with get, set
Public Property DoNotAlterChangeDataCaptureObjects As Boolean

Valeur de propriété

True pour ne pas modifier les objets configurés pour la capture de données modifiées (CDC) ; sinon, false. La valeur par défaut est true.

Attributs

S’applique à