Freigeben über


DacDeployOptions.IgnoreLockHintsOnIndexes Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob die Optionen ALLOW_ROW_LOCKS und ALLOW_PAGE_LOCKS beim Vergleich von Quell- und Zielmodell unberücksichtigt bleiben sollen, oder legt diesen fest.

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

Eigenschaftswert

True, wenn die ALLOW_ROW_LOCKS-Option und ALLOW_PAGE_LOCKS-Option ignoriert werden sollen, andernfalls false. Der Standardwert ist "false".

Attribute

Gilt für: