Partager via


Propriété SqlDeploymentOptions.DoNotAlterChangeDataCaptureObjects

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

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DoNotAlterChangeDataCaptureObjects As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

SqlDeploymentOptions Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment