Compartir a través de


DacDeployOptions.IgnoreTablePartitionOptions Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se deben excluir los valores RANGE y BOUNDARY de una opción de partición de tabla al comparar el modelo de origen y 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 de propiedad

True para omitir aspectos de la opción de partición de tabla; de lo contrario, false. El valor predeterminado es False.

Atributos

Se aplica a