ColumnValueOfStruct<T> 类

设置结构类型的列 (例如 Int32/Guid) 。

继承层次结构

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

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

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

类型参数

  • T
    键入要设置。

线程安全

此类型的所有公共静态(Visual Basic 中共享的)成员都是线程安全的。 但不保证所有实例成员都是线程安全的。

另请参阅

参考

ColumnValueOfStruct<T> 成员

Microsoft.Isam.Esent.Interop 命名空间

派生类型

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