SqlDeploymentOptions.IgnoreTablePartitionOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.