Share via


SqlDeploymentOptions.IgnoreTablePartitionOptions Property

Definition

Get or set boolean that specifies whether to exclude the RANGE and BOUNDARY VALUES of a table partition option from consideration when comparing the source and target model.

public bool IgnoreTablePartitionOptions { get; }
member this.IgnoreTablePartitionOptions : bool
Public ReadOnly Property IgnoreTablePartitionOptions As Boolean

Property Value

True to ignore aspects of table partition; otherwise, false. Default is false.

Applies to