ColumnValueOfStruct<T>. Value 속성

구조체의 값을 가져오거나 설정합니다.

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

구문

'Declaration
Public Property Value As Nullable(Of T)
    Get
    Set
'Usage
Dim instance As ColumnValueOfStruct
Dim value As Nullable(Of T)

value = instance.Value

instance.Value = value
public Nullable<T> Value { get; set; }

속성 값

형식: System.Nullable<T>

추가 정보

참조

ColumnValueOfStruct<T> 클래스

ColumnValueOfStruct<T> 멤버

Microsoft.Isam.Esent.Interop 네임스페이스