你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LocalEseStoreSettings.CompactionThresholdInMB 属性

定义

注意

Use FreePageSizeThresholdInPercent instead

获取或设置一个值,该值指示在打开期间进行脱机压缩的数据库的最小文件大小。

[System.Obsolete("Use FreePageSizeThresholdInPercent instead")]
public int CompactionThresholdInMB { get; set; }
public int CompactionThresholdInMB { get; set; }
[<System.Obsolete("Use FreePageSizeThresholdInPercent instead")>]
member this.CompactionThresholdInMB : int with get, set
member this.CompactionThresholdInMB : int with get, set
Public Property CompactionThresholdInMB As Integer

属性值

以 MB 为单位返回阈值。

属性

注解

已过时。 请改用 FreePageSizeThresholdInPercent

适用于