Condividi tramite


DacDeployOptions.DoNotAlterChangeDataCaptureObjects Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se gli elementi configurati per Change Data Capture (CDC) devono essere modificati durante la distribuzione.

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

Valore della proprietà

True per non modificare gli oggetti configurati per Change Data Capture; in caso contrario, false. Il valore predefinito è true.

Attributi

Si applica a