Condividi tramite


DacDeployOptions.IgnoreLockHintsOnIndexes Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere le opzioni ALLOW_ROW_LOCKS e ALLOW_PAGE_LOGKS dalla considerazione durante il confronto dei modelli di origine e destinazione.

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

Valore della proprietà

True per ignorare le opzioni ALLOW_ROW_LOCKS e ALLOW_PAGE_LOGKS; in caso contrario, false. L'impostazione predefinita è false.

Attributi

Si applica a