Classe Int32ColumnValue

Um valor de coluna Int32 .

Hierarquia de herança

System.Object
  Microsoft.Isam.Esent.Interop.ColumnValue
    Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<Int32>
      Microsoft.Isam.Esent.Interop.Int32ColumnValue

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

Sintaxe

'Declaration
Public Class Int32ColumnValue _
    Inherits ColumnValueOfStruct(Of Integer)
'Usage
Dim instance As Int32ColumnValue
public class Int32ColumnValue : ColumnValueOfStruct<int>

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 int32ColumnValue

Namespace Microsoft.Isam.Esent.Interop