LocalEseStoreSettings.FreePageSizeThresholdInMB Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Use FreePageSizeThresholdInPercent instead
Obtient ou définit une valeur indiquant la taille minimale de la base de données inoccupée pour que le compactage hors connexion se produise pendant l’ouverture.
[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
Valeur de propriété
Retourne le seuil en Mo.
- Attributs
Remarques
Obsolète. Utilisez plutôt FreePageSizeThresholdInPercent.
S’applique à
Azure SDK for .NET