UInt16ColumnValue 类

UInt16 列值。

此 API 不符合 CLS。 

继承层次结构

System.Object
  Microsoft.Isam.Esent.Interop.ColumnValue
    Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<UInt16>
      Microsoft.Isam.Esent.Interop.UInt16ColumnValue

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

语法

'Declaration
<CLSCompliantAttribute(False)> _
Public Class UInt16ColumnValue _
    Inherits ColumnValueOfStruct(Of UShort)
'Usage
Dim instance As UInt16ColumnValue
[CLSCompliantAttribute(false)]
public class UInt16ColumnValue : ColumnValueOfStruct<ushort>

线程安全

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

请参阅

参考

UInt16ColumnValue 成员

Microsoft.Isam.Esent.Interop 命名空间