Expand Minimize
This topic has not yet been rated - Rate this topic

DacDeployOptions.DoNotAlterChangeDataCaptureObjects Property

SQL Server 2012

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

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
public bool DoNotAlterChangeDataCaptureObjects { get; set; }

Property Value

Type: System.Boolean
True to not alter objects configured for CDC; otherwise, false. Default is true.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.