LocalEseStoreSettings.LogFileSizeInKB Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps directly to JET_paramLogFileSize on the local ESE store.
public int LogFileSizeInKB { get; set; }
member this.LogFileSizeInKB : int with get, set
Public Property LogFileSizeInKB As Integer
Property Value
The log file size in KB.
Remarks
The specified log file size is only applied to newly created databases. Existing databases will continue to use the log file sizes they were created with if different from this setting.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.