Share via


SqlDeploymentOptions.DoNotAlterReplicatedObjects Property

Definition

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

public bool DoNotAlterReplicatedObjects { get; }
member this.DoNotAlterReplicatedObjects : bool
Public ReadOnly Property DoNotAlterReplicatedObjects As Boolean

Property Value

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

Applies to