Langue

DacDeployOptions.IgnoreLockHintsOnIndexes Propriété

Définition

Obtenez ou définissez une valeur booléenne qui spécifie s’il faut exclure les options ALLOW_ROW_LOCKS et ALLOW_PAGE_LOGKS à prendre en compte lors de la comparaison du modèle 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 à