Compartilhar via


Classe T> ColumnValueOfStruct<

Defina uma coluna de um tipo de struct (por exemplo, Int32/Guid).

Hierarquia de herança

System.Object
   Microsoft.Isam.Esent.Interop.ColumnValue
    Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<T>
      

Namespace:Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (em Microsoft.Isam.Esent.Interop.dll)

Sintaxe

'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>

Parâmetros de tipo

  • T
    Digite para definir.

Acesso thread-safe

Qualquer membro estático público (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Confira também

Referência

Membros T> ColumnValueOfStruct<

Namespace Microsoft.Isam.Esent.Interop

Tipos derivados

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