Server2003Param.AlternateDatabaseRecoveryPath field

The full path to each database is persisted in the transaction logs at run time. Ordinarily, these databases must remain at the original location for transaction replay to function correctly. This parameter can be used to force crash recovery or a restore operation to look for the databases referenced in the transaction log in the specified folder.

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

Syntax

'Declaration
Public Const AlternateDatabaseRecoveryPath As JET_param
'Usage
Dim value As JET_param

value = Server2003Param.AlternateDatabaseRecoveryPath
public const JET_param AlternateDatabaseRecoveryPath

See also

Reference

Server2003Param class

Server2003Param members

Microsoft.Isam.Esent.Interop.Server2003 namespace