次の方法で共有


ColumnValueOfStruct<T>.Value プロパティ

構造体の値を取得または設定します。

Namespace: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 名前空間