Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 1.73 KB

jet-columnbase.cbmax-property.md

File metadata and controls

69 lines (54 loc) · 1.73 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: JET_COLUMNBASE.cbMax property
JET_COLUMNBASE.cbMax property
cbMax property
P:Microsoft.Isam.Esent.Interop.JET_COLUMNBASE.cbMax
55103464
07/30/2014
reference
Microsoft.Isam.Esent.Interop.JET_COLUMNBASE.cbMax
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.JET_COLUMNBASE.set_cbMax
Microsoft.Isam.Esent.Interop.JET_COLUMNBASE.get_cbMax
Microsoft.Isam.Esent.Interop.JET_COLUMNBASE.cbMax
kbSyntax
apiref
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

JET_COLUMNBASE.cbMax property

Gets the maximum length of the column. This is only meaningful for columns of type Text, LongText, Binary and LongBinary.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

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

Property value

Type: System.Int32

See also

Reference

JET_COLUMNBASE class

JET_COLUMNBASE members

Microsoft.Isam.Esent.Interop namespace