ColumnValueOfStruct<T> 클래스

구조체 형식의 열(예: Int32/Guid)을 설정합니다.

상속 계층

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

네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)

Syntax

'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