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 a 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

True para omitir las opciones de ALLOW_ROW_LOCKS y ALLOW_PAGE_LOGKS; de lo contrario, false. El valor predeterminado es falso.

Atributos

Se aplica a