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>