Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets a value indicating whether JetInit fails when the database engine is configured to start using transaction log files on disk that are of a different size than what is configured. Normally, JetInit(JET_INSTANCE) will successfully recover the databases but will fail with LogFileSizeMismatchDatabasesConsistent to indicate that the log file size is misconfigured. However, when this parameter is set to true then the database engine will silently delete all the old log files, start a new set of transaction log files using the configured log file size. This parameter is useful when the application wishes to transparently change its transaction log file size yet still work transparently in upgrade and restore scenarios.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property CleanupMismatchedLogFiles As Boolean
Get
Set
'Usage
Dim instance As InstanceParameters
Dim value As Boolean
value = instance.CleanupMismatchedLogFiles
instance.CleanupMismatchedLogFiles = value
public bool CleanupMismatchedLogFiles { get; set; }
Property value
Type: System.Boolean