InstanceParameters.LogFileSize (Eigenschaft)

Ruft die Größe der Transaktionsprotokolldateien ab oder legt diese fest. Dieser Parameter sollte in Einheiten von 1.024 Bytes festgelegt werden (z. B. gibt eine Einstellung von 2048 2 MB Protokolldateien an).

Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Property LogFileSize As Integer
    Get
    Set
'Usage
Dim instance As InstanceParameters
Dim value As Integer

value = instance.LogFileSize

instance.LogFileSize = value
public int LogFileSize { get; set; }

Eigenschaftswert

Typ: System.Int32

Weitere Informationen

Referenz

InstanceParameters-Klasse

InstanceParameters-Member

Microsoft.Isam.Esent.Interop-Namespace