JET_COLUMNCREATE.cbMax 属性

获取或设置列的最大长度。 这仅对 TextLongTextBinaryLongBinary 类型的列有意义。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

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

属性值

类型: System.Int32

另请参阅

参考

JET_COLUMNCREATE 类

JET_COLUMNCREATE成员

Microsoft.Isam.Esent.Interop 命名空间