DacDeployOptions.DoNotAlterChangeDataCaptureObjects Property
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)
Syntax
'Declaration
Public Property DoNotAlterChangeDataCaptureObjects As Boolean
Get
Set
'Usage
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.DoNotAlterChangeDataCaptureObjects
instance.DoNotAlterChangeDataCaptureObjects = value
public bool DoNotAlterChangeDataCaptureObjects { get; set; }
public:
property bool DoNotAlterChangeDataCaptureObjects {
bool get ();
void set (bool value);
}
member DoNotAlterChangeDataCaptureObjects : bool with get, set
function get DoNotAlterChangeDataCaptureObjects () : boolean
function set DoNotAlterChangeDataCaptureObjects (value : boolean)
Property Value
Type: System.Boolean
True to not alter objects configured for CDC; otherwise, false. Default is true.