FloatColumnValue-Klasse

Ein Einzelner Spaltenwert.

Vererbungshierarchie

System.Object
  Microsoft.Isam.Esent.Interop.ColumnValue
    Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<Einzelnen>
      Microsoft.Isam.Esent.Interop.FloatColumnValue

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

Syntax

'Declaration
Public Class FloatColumnValue _
    Inherits ColumnValueOfStruct(Of Single)
'Usage
Dim instance As FloatColumnValue
public class FloatColumnValue : ColumnValueOfStruct<float>

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

FloatColumnValue-Member

Microsoft.Isam.Esent.Interop-Namespace