Compartir a través de


LocalEseStoreSettings.CompactionThresholdInMB Propiedad

Definición

Precaución

Use FreePageSizeThresholdInPercent instead

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

[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

Valor de propiedad

Devuelve el umbral en MB.

Atributos

Comentarios

Obsoleto. Utilice FreePageSizeThresholdInPercent en su lugar.

Se aplica a