SqlDeploymentOptions.DoNotAlterChangeDataCaptureObjects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.