Compartilhar via


DacDeployOptions.DoNotAlterChangeDataCaptureObjects Propriedade

Definição

Obtenha ou defina o booliano que especifica se os itens configurados para CDC (Change Data Capture) deverão ser alterados durante a implantação.

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

Valor da propriedade

True para não alterar objetos configurados para CDC; caso contrário, false. O padrão é true.

Atributos

Aplica-se a