JET_SIGNATURE structure
The JET_SIGNATURE structure contains information that uniquely identifies a database or logfile sequence.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Structure JET_SIGNATURE _
Implements IEquatable(Of JET_SIGNATURE)
'Usage
Dim instance As JET_SIGNATURE
[SerializableAttribute]
public struct JET_SIGNATURE : IEquatable<JET_SIGNATURE>
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.