DacDeployOptions.IgnoreLockHintsOnIndexes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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