Partager via


DacDeployOptions.IgnoreLockHintsOnIndexes Propriété

Définition

Obtenir ou définir la valeur booléenne qui spécifie s'il faut ignorer les options ALLOW_ROW_LOCKS et ALLOW_PAGE_LOGKS dans la comparaison des modèles source et cible.

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

Valeur de propriété

True pour ignorer les options ALLOW_ROW_LOCKS et ALLOW_PAGE_LOGKS, sinon, false. La valeur par défaut est false.

Attributs

S’applique à