Compartir a través de


DacDeployOptions.IgnoreLockHintsOnIndexes Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se van a excluir las opciones de ALLOW_ROW_LOCKS y ALLOW_PAGE_LOGKS que se deben tener en cuenta al comparar el modelo de origen y 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 de propiedad

Es true para omitir las opciones ALLOW_ROW_LOCKS y ALLOW_PAGE_LOGKS; de lo contrario, es false. El valor predeterminado es False.

Atributos

Se aplica a