JET_INDEXCREATE.cbKey 属性

获取或设置 szKey 的长度(以字符为单位),包括两个终止 null。

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

语法

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

value = instance.cbKey

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

属性值

类型: System.Int32

另请参阅

参考

JET_INDEXCREATE 类

JET_INDEXCREATE成员

Microsoft.Isam.Esent.Interop 命名空间