Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get or set boolean that specifies whether items configured for Replication should be altered during deployment.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property DoNotAlterReplicatedObjects As Boolean
Get
Set
'Usage
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.DoNotAlterReplicatedObjects
instance.DoNotAlterReplicatedObjects = value
public bool DoNotAlterReplicatedObjects { get; set; }
public:
property bool DoNotAlterReplicatedObjects {
bool get ();
void set (bool value);
}
member DoNotAlterReplicatedObjects : bool with get, set
function get DoNotAlterReplicatedObjects () : boolean
function set DoNotAlterReplicatedObjects (value : boolean)
Property Value
Type: System.Boolean
True to not alter objects configured for Replication; otherwise, false. Default is true.