Compartir a través de


DacDeployOptions.DoNotAlterChangeDataCaptureObjects Propiedad

Definición

Obtiene o establece un valor booleano que especifica si los elementos configurados para la captura de datos modificados (CDC) deben modificarse durante la implementación.

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 de propiedad

Es true para no modificar los objetos configurados para CDC; de lo contrario, es false. El valor predeterminado es true.

Atributos

Se aplica a