proprietà JET_COLUMNBASE.cbMax

Ottiene la lunghezza massima della colonna. Ciò è significativo solo per le colonne di tipo Text, LongText, Binary e LongBinary.

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'Declaration
Public Property cbMax As Integer
    Get
    Friend Set
'Usage
Dim instance As JET_COLUMNBASE
Dim value As Integer

value = instance.cbMax
public int cbMax { get; internal set; }

Valore proprietà

Tipo: System.Int32

Vedi anche

Riferimento

classe JET_COLUMNBASE

membri JET_COLUMNBASE

Spazio dei nomi Microsoft.Isam.Esent.Interop