DacDeployOptions.IgnoreLockHintsOnIndexes 属性

定义

获取或设置布尔值,指定在比较源模型和目标模型时,是否要排除ALLOW_ROW_LOCKS和ALLOW_PAGE_LOGKS选项。

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

属性值

如果忽略 ALLOW_ROW_LOCKS 和 ALLOW_PAGE_LOGKS 选项,则为 true;否则为 false。 默认值为 false。

属性

适用于