Freigeben über


ColumnValueOfStruct<T>. Value-Eigenschaft

Ruft den Wert in der Struktur ab oder legt ihn fest.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: 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; }

Eigenschaftswert

Typ: System.Nullable<T>

Siehe auch

Verweis

ColumnValueOfStruct<T-Klasse>

ColumnValueOfStruct<T-Elemente>

Microsoft.Isam.Esent.Interop-Namespace