Propiedad JET_SETCOLUMN.cbData
Obtiene o establece el tamaño de los datos que se van a establecer.
Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Sintaxis
'Declaration
Public Property cbData As Integer
Get
Set
'Usage
Dim instance As JET_SETCOLUMN
Dim value As Integer
value = instance.cbData
instance.cbData = value
public int cbData { get; set; }
Valor de propiedad
Tipo: System.Int32