DacDeployOptions.DoNotAlterReplicatedObjects Propiedad

Definición

Obtiene o establece un valor booleano que especifica si los elementos configurados para replicación se deben modificar durante la implementación.

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

Valor de propiedad

True para no modificar objetos configurados para replicación; de lo contrario, false. El valor predeterminado es verdadero.

Atributos

Se aplica a