DacDeployOptions.DoNotAlterChangeDataCaptureObjects 属性

定义

获取或设置一个布尔值,该值指定在部署期间是否应更改为变更数据捕获 (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。

属性

适用于