JET_RETINFO.itagSequence 属性

获取或设置多值列中的值的序列号。 值的数组基于一个。 第一个值为序列 1,而不是 0。 如果记录列只有一个值,则应将 1 作为 itagSequence 传递。

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

语法

'Declaration
Public Property itagSequence As Integer
    Get
    Set
'Usage
Dim instance As JET_RETINFO
Dim value As Integer

value = instance.itagSequence

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

属性值

类型: System.Int32

另请参阅

参考

JET_RETINFO类

JET_RETINFO成员

Microsoft.Isam.Esent.Interop 命名空间