JET_SETINFO.itagSequence 属性
获取或设置要设置的多值列中值的序列号。 值的数组从 1 开始。 第一个值是序列 1,而不是 0 (零) 。 如果记录列只有一个值,则在替换该值时,应将 1 作为 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_SETINFO
Dim value As Integer
value = instance.itagSequence
instance.itagSequence = value
public int itagSequence { get; set; }
属性值
类型: System.Int32