JET_COLUMNID Struktur

Ein JET_COLUMNID eine Spalte in einer Tabelle identifiziert.

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

Syntax

'Declaration
Public Structure JET_COLUMNID _
    Implements IEquatable(Of JET_COLUMNID), IComparable(Of JET_COLUMNID),  _
    IFormattable
'Usage
Dim instance As JET_COLUMNID
public struct JET_COLUMNID : IEquatable<JET_COLUMNID>, 
    IComparable<JET_COLUMNID>, IFormattable

Threadsicherheit

Alle öffentlichen statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

JET_COLUMNID-Mitglieder

Microsoft.Isam.Esent.Interop-Namespace