Partilhar via


Propriedade do RDL SqlDeploymentOptions.DoNotAlterChangeDataCaptureObjects

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

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public ReadOnly Property DoNotAlterChangeDataCaptureObjects As Boolean 
    Get
'Uso
Dim instance As SqlDeploymentOptions 
Dim value As Boolean 

value = instance.DoNotAlterChangeDataCaptureObjects
public bool DoNotAlterChangeDataCaptureObjects { get; }
public:
property bool DoNotAlterChangeDataCaptureObjects {
    bool get ();
}
member DoNotAlterChangeDataCaptureObjects : bool
function get DoNotAlterChangeDataCaptureObjects () : boolean

Valor da propriedade

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

Consulte também

Referência

SqlDeploymentOptions Classe

Namespace Microsoft.SqlServer.Dac.Deployment