ColumnValueOfStruct<T>. Proprietà Value

Ottiene o imposta il valore nello struct.

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

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

Valore proprietà

Tipo: System.Nullable<T>

Vedi anche

Riferimento

Classe ColumnValueOfStruct<T>

Membri ColumnValueOfStruct<T>

Spazio dei nomi Microsoft.Isam.Esent.Interop