Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
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>