Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 1.69 KB

jet-dbinfomisc.logtimerepair-property.md

File metadata and controls

69 lines (54 loc) · 1.69 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: JET_DBINFOMISC.logtimeRepair property
JET_DBINFOMISC.logtimeRepair property
logtimeRepair property
P:Microsoft.Isam.Esent.Interop.JET_DBINFOMISC.logtimeRepair
39514541
07/30/2014
reference
Microsoft.Isam.Esent.Interop.JET_DBINFOMISC.logtimeRepair
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.JET_DBINFOMISC.set_logtimeRepair
Microsoft.Isam.Esent.Interop.JET_DBINFOMISC.get_logtimeRepair
Microsoft.Isam.Esent.Interop.JET_DBINFOMISC.logtimeRepair
kbSyntax
apiref
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

JET_DBINFOMISC.logtimeRepair property

Gets the last time that repair was run against this database.

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

Syntax

'Declaration
Public Property logtimeRepair As JET_LOGTIME
    Get
    Friend Set
'Usage
Dim instance As JET_DBINFOMISC
Dim value As JET_LOGTIME

value = instance.logtimeRepair
public JET_LOGTIME logtimeRepair { get; internal set; }

Property value

Type: Microsoft.Isam.Esent.Interop.JET_LOGTIME

See also

Reference

JET_DBINFOMISC class

JET_DBINFOMISC members

Microsoft.Isam.Esent.Interop namespace