Propiedad ColumnValue.RetrieveGrbit

Obtiene o establece las opciones de recuperación de columnas.

Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Sintaxis

'Declaration
Public Property RetrieveGrbit As RetrieveColumnGrbit
    Get
    Set
'Usage
Dim instance As ColumnValue
Dim value As RetrieveColumnGrbit

value = instance.RetrieveGrbit

instance.RetrieveGrbit = value
public RetrieveColumnGrbit RetrieveGrbit { get; set; }

Valor de propiedad

Tipo: Microsoft.Isam.Esent.Interop.RetrieveColumnGrbit

Consulte también

Referencia

Clase ColumnValue

ColumnValue (miembros)

Espacio de nombres Microsoft.Isam.Esent.Interop