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 です。

属性

適用対象