Dela via


LocalEseStoreSettings.LogFileSizeInKB Property

Definition

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