ColumnValueOfStruct<T>.Value 属性

获取或设置结构中的值。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

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