Sprache

DacDeployOptions.DoNotAlterReplicatedObjects Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines werts vom Typ Boolean, der angibt, ob für die Replikation konfigurierte Elemente während der Bereitstellung geändert werden sollen.

public bool DoNotAlterReplicatedObjects { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DoNotAlterReplicatedObjects")]
public bool DoNotAlterReplicatedObjects { get; set; }
member this.DoNotAlterReplicatedObjects : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "DoNotAlterReplicatedObjects")>]
member this.DoNotAlterReplicatedObjects : bool with get, set
Public Property DoNotAlterReplicatedObjects As Boolean

Eigenschaftswert

True, um objekte, die für die Replikation konfiguriert sind, nicht zu ändern; andernfalls "false". Der Standardwert ist "True".

Attribute

Gilt für: