Partager via


JET_COLUMNDEF.cbMax, propriété

Obtient ou définit la longueur maximale de la colonne. Cela n’est significatif que pour les colonnes de type Text, LongText, Binary et LongBinary.

Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Syntaxe

'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; }

Valeur de la propriété

Type : System.Int32

Voir aussi

Informations de référence

JET_COLUMNDEF classe

JET_COLUMNDEF membres

Espace de noms Microsoft.Isam.Esent.Interop