Condividi tramite


Proprietà DacDeployOptions.DoNotAlterChangeDataCaptureObjects

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

Spazio dei nomi  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Sintassi

'Dichiarazione
Public Property DoNotAlterChangeDataCaptureObjects As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

DacDeployOptions Classe

Spazio dei nomi Microsoft.SqlServer.Dac