JET_COLUMNDEF.cbMax-Eigenschaft
Ruft die maximale Länge der Spalte ab oder legt sie fest. Dies ist nur für Spalten vom Typ Text, LongText, Binary und LongBinarysinnvoll.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property cbMax As Integer
Get
Set
'Usage
Dim instance As JET_COLUMNDEF
Dim value As Integer
value = instance.cbMax
instance.cbMax = value
public int cbMax { get; set; }
Eigenschaftswert
Typ: System.Int32