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

構文

'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
    設定する型。

スレッド セーフ

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

関連項目

リファレンス

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