ColumnValueOfStruct<T>. Properti nilai

Mendapatkan atau mengatur nilai dalam struct.

Namespace:Microsoft.Isam.Esent.Interop
Majelis: Microsoft.Isam.Esent.Interop (dalam Microsoft.Isam.Esent.Interop.dll)

Sintaks

'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; }

Nilai properti

Jenis: System.Nullable<T>

Lihat juga

Referensi

Kelas ColumnValueOfStruct<T>

Anggota ColumnValueOfStruct<T>

Namespace Microsoft.Isam.Esent.Interop