UInt64ColumnValue-Klasse

Ein UInt64-Spaltenwert .

Diese API ist nicht CLS-kompatibel. 

Vererbungshierarchie

System.Object
  Microsoft.Isam.Esent.Interop.ColumnValue
    Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<UInt64>
      Microsoft.Isam.Esent.Interop.UInt64ColumnValue

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class UInt64ColumnValue _
    Inherits ColumnValueOfStruct(Of ULong)
'Usage
Dim instance As UInt64ColumnValue
[CLSCompliantAttribute(false)]
public class UInt64ColumnValue : ColumnValueOfStruct<ulong>

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

UInt64ColumnValue-Member

Microsoft.Isam.Esent.Interop-Namespace