次の方法で共有


DacDeployOptions.DoNotAlterChangeDataCaptureObjects プロパティ

定義

Change Data Capture (CDC) に構成されている項目をデプロイメント中に変更するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

CDC の対象として構成されているオブジェクトを変更しない場合は true、変更する場合は false。 既定値は true です。

属性

適用対象