Propiedad JET_RETINFO.ibLongValue

Obtiene o establece el desplazamiento en el primer byte que se va a recuperar de una columna de tipo LongBinary o LongText.

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

Sintaxis

'Declaration
Public Property ibLongValue As Integer
    Get
    Set
'Usage
Dim instance As JET_RETINFO
Dim value As Integer

value = instance.ibLongValue

instance.ibLongValue = value
public int ibLongValue { get; set; }

Valor de propiedad

Tipo: System.Int32

Consulte también

Referencia

JET_RETINFO clase

miembros de JET_RETINFO

Espacio de nombres Microsoft.Isam.Esent.Interop