JET_INDEXCREATE.cbVarSegMac 属性

获取或设置要存储在索引中的每列的最大长度(以字节为单位)。

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

语法

'Declaration
Public Property cbVarSegMac As Integer
    Get
    Set
'Usage
Dim instance As JET_INDEXCREATE
Dim value As Integer

value = instance.cbVarSegMac

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

属性值

类型: System.Int32

另请参阅

参考

JET_INDEXCREATE 类

JET_INDEXCREATE成员

Microsoft.Isam.Esent.Interop 命名空间