Clase T> ColumnValueOfStruct<

Establezca una columna de un tipo de estructura (por ejemplo, Int32/Guid).

Jerarquía de herencia

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

Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Sintaxis

'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
    Escriba para establecer.

Seguridad para subprocesos

Todos los miembros estáticos públicos (Shared de Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Consulte también

Referencia

Miembros de ColumnValueOfStruct<T>

Espacio de nombres 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