Condividi tramite


DacDeployOptions.IgnoreColumnOrder Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere dall'ordine delle colonne nelle tabelle durante il confronto del modello di origine e di destinazione.

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

Valore della proprietà

True per ignorare le differenze nell'ordine delle colonne; in caso contrario, false. L'impostazione predefinita è false.

Attributi

Si applica a