Partilhar via


LocalEseStoreSettings.FreePageSizeThresholdInMB Propriedade

Definição

Cuidado

Use FreePageSizeThresholdInPercent instead

Obtém ou define um valor que indica o tamanho mínimo de banco de dados desocupado para que a compactação offline ocorra durante a abertura.

[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

Valor da propriedade

Retorna o limite em MB.

Atributos

Comentários

Obsoleto. Use FreePageSizeThresholdInPercent em seu lugar.

Aplica-se a