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

LocalEseStoreSettings.FreePageSizeThresholdInMB 属性

定义

注意

Use FreePageSizeThresholdInPercent instead

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

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

属性值

返回阈值(以 MB 为单位)。

属性

注解

已过时。 请改用 FreePageSizeThresholdInPercent

适用于