UInt32ColumnValue クラス

UInt32 列の値。

この API は CLS 準拠ではありません。 

継承階層

System.Object
  Microsoft.Isam.Esent.Interop.ColumnValue
    Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<Uint32>
      Microsoft.Isam.Esent.Interop.UInt32ColumnValue

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)

構文

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

スレッド セーフ

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

こちらもご覧ください

リファレンス

UInt32ColumnValue メンバー

Microsoft.Isam.Esent.Interop 名前空間