JET_RETRIEVECOLUMN.itagSequence 属性

获取或设置多值列中包含的值的序列号。 如果 itagSequence 为 0,则返回多值列的实例数,而不是任何列数据。

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_RETRIEVECOLUMN
Dim value As Integer

value = instance.itagSequence

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

属性值

类型: System.Int32

另请参阅

参考

JET_RETRIEVECOLUMN 类

JET_RETRIEVECOLUMN成员

Microsoft.Isam.Esent.Interop 命名空间