ColumnValueOfStruct<T-Klasse>
Legen Sie eine Spalte eines Strukturtyps fest (z. B. Int32/Guid).
Vererbungshierarchie
System.Object
Microsoft.Isam.Esent.Interop.ColumnValue
Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<T>
Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public MustInherit Class ColumnValueOfStruct(Of T As {Structure, New, IEquatable(Of T)}) _
Inherits ColumnValue
'Usage
Dim instance As ColumnValueOfStruct(Of T)
public abstract class ColumnValueOfStruct<T> : ColumnValue
where T : struct, new(), IEquatable<T>
Typparameter
- T
Typ, der festgelegt werden soll.
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
ColumnValueOfStruct<T-Elemente>
Microsoft.Isam.Esent.Interop-Namespace
Abgeleitete Typen
System.Object
Microsoft.Isam.Esent.Interop.ColumnValue
Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<T>
Microsoft.Isam.Esent.Interop.BoolColumnValue
Microsoft.Isam.Esent.Interop.ByteColumnValue
Microsoft.Isam.Esent.Interop.DateTimeColumnValue
Microsoft.Isam.Esent.Interop.DoubleColumnValue
Microsoft.Isam.Esent.Interop.FloatColumnValue
Microsoft.Isam.Esent.Interop.GuidColumnValue
Microsoft.Isam.Esent.Interop.Int16ColumnValue
Microsoft.Isam.Esent.Interop.Int32ColumnValue
Microsoft.Isam.Esent.Interop.Int64ColumnValue
Microsoft.Isam.Esent.Interop.UInt16ColumnValue
Microsoft.Isam.Esent.Interop.UInt32ColumnValue
Microsoft.Isam.Esent.Interop.UInt64ColumnValue