Compartilhar via


DacDeployOptions.IgnoreLockHintsOnIndexes Propriedade

Definição

Obtém ou define um booliano que especifica se as opções de ALLOW_ROW_LOCKS e ALLOW_PAGE_LOGKS devem ser consideradas ao comparar o modelo de origem e de destino.

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

Valor da propriedade

True para ignorar as opções ALLOW_ROW_LOCKS e ALLOW_PAGE_LOGKS; caso contrário, false. O padrão é false.

Atributos

Aplica-se a