Condividi tramite


Proprietà SqlDeploymentOptions.DoNotAlterReplicatedObjects

Get or set boolean that specifies whether items configured for Replication should be altered during deployment.

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

Sintassi

'Dichiarazione
Public ReadOnly Property DoNotAlterReplicatedObjects As Boolean 
    Get
'Utilizzo
Dim instance As SqlDeploymentOptions 
Dim value As Boolean 

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

Valore proprietà

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

Vedere anche

Riferimento

SqlDeploymentOptions Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment