Compartilhar via


DacDeployOptions.IgnoreTablePartitionOptions Propriedade

Definição

Obtenha ou defina booleano que especifica se a opção RANGE e BOUNDARY VALUES de uma partição de tabela deve ser considerada ao comparar o modelo de origem e de destino.

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

Valor da propriedade

True para ignorar aspectos da opção de partição de tabela; caso contrário, false. O padrão é false.

Atributos

Aplica-se a