Propiedad ColumnValue.Size

Obtiene el tamaño del valor de la columna. Esto devuelve 0 para las columnas de tamaño variable (es decir, binary y string).

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

Sintaxis

'Declaration
Protected MustOverride ReadOnly Property Size As Integer
    Get
'Usage
Dim value As Integer

value = Me.Size
protected abstract int Size { get; }

Valor de propiedad

Tipo: System.Int32

Vea también

Referencia

ColumnValue (clase)

ColumnValue (miembros)

Espacio de nombres Microsoft.Isam.Esent.Interop