Share via


SqlDeploymentOptions.IgnoreLockHintsOnIndexes Property

Definition

Get boolean that specifies whether to exclude the ALLOW_ROW_LOCKS and ALLOW_PAGE_LOGKS options from consideration when comparing the source and target model.

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

Property Value

True to ignore the ALLOW_ROW_LOCKS and ALLOW_PAGE_LOGKS options; otherwise, false. Default is false.

Applies to