Compartir a través de


LocalEseStoreSettings.FreePageSizeThresholdInMB Propiedad

Definición

Precaución

Use FreePageSizeThresholdInPercent instead

Obtiene o establece un valor que indica el tamaño mínimo no ocupado de la base de datos para que se produzca la compactación sin conexión durante la apertura.

[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 de propiedad

Devuelve el umbral en MB.

Atributos

Comentarios

Obsoleto. Utilice FreePageSizeThresholdInPercent en su lugar.

Se aplica a