共用方式為


ColumnValueOfStruct < T > .Value 屬性

取得或設定 結構中的值。

Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'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 命名空間