Freigeben über


DacDeployOptions.DoNotAlterReplicatedObjects-Eigenschaft

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)

Eigenschaftswert

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

Siehe auch

Verweis

DacDeployOptions Klasse

Microsoft.SqlServer.Dac-Namespace