Share via


SqlDeploymentOptions.DoNotAlterChangeDataCaptureObjects Property

Definition

Get boolean that specifies whether items configured for Change Data Capture (CDC) should be altered during deployment.

public bool DoNotAlterChangeDataCaptureObjects { get; }
member this.DoNotAlterChangeDataCaptureObjects : bool
Public ReadOnly Property DoNotAlterChangeDataCaptureObjects As Boolean

Property Value

True to not alter objects configured for CDC; otherwise, false. Default is true.

Applies to