Compartilhar via


DacDeployOptions.IgnoreTableOptions Propriedade

Definição

Obtém ou define um booliano que especifica se as opções na tabela de destino devem ser ou não atualizadas para corresponder à tabela de origem.

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

Valor da propriedade

True para ignorar a diferença nas opções de tabela e não atualizar a tabela de destino; caso contrário, false. O padrão é false.

Atributos

Aplica-se a