JET_COLUMNCREATE.cbMax-Eigenschaft

Ruft die maximale Länge der Spalte ab oder legt diese fest. Dies ist nur für Spalten vom Typ Text, LongText, Binary und LongBinary sinnvoll.

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_COLUMNCREATE
Dim value As Integer

value = instance.cbMax

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

Eigenschaftswert

Typ: System.Int32

Weitere Informationen

Referenz

JET_COLUMNCREATE-Klasse

JET_COLUMNCREATE Member

Microsoft.Isam.Esent.Interop-Namespace