Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 1.75 KB

jet-dbinfomisc.logtimeeccfixfail-property.md

File metadata and controls

69 lines (54 loc) · 1.75 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.logtimeECCFixFail property
JET_DBINFOMISC.logtimeECCFixFail property
logtimeECCFixFail property
P:Microsoft.Isam.Esent.Interop.JET_DBINFOMISC.logtimeECCFixFail
39510618
07/30/2014
reference
Microsoft.Isam.Esent.Interop.JET_DBINFOMISC.logtimeECCFixFail
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.JET_DBINFOMISC.get_logtimeECCFixFail
Microsoft.Isam.Esent.Interop.JET_DBINFOMISC.logtimeECCFixFail
Microsoft.Isam.Esent.Interop.JET_DBINFOMISC.set_logtimeECCFixFail
kbSyntax
apiref
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

JET_DBINFOMISC.logtimeECCFixFail property

Gets the last time an uncorrectable one bit error was encountered.

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

Syntax

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

value = instance.logtimeECCFixFail
public JET_LOGTIME logtimeECCFixFail { 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