ColumnValueOfStruct<T>. Propriété Value

Obtient ou définit la valeur dans le struct.

Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Syntaxe

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

Valeur de la propriété

Type : System.Nullable<T>

Voir aussi

Informations de référence

Classe T> ColumnValueOfStruct<

ColumnValueOfStruct<, membres T>

Espace de noms Microsoft.Isam.Esent.Interop