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 (Microsoft.Isam.Esent.Interop.dll)

構文

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

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

リファレンス

UInt16ColumnValue メンバー

Microsoft.Isam.Esent.Interop 名前空間