共用方式為


JET_RETINFO.itagSequence 屬性

取得或設定多重值資料行中的值序號。 值的陣列是以單一為基礎。 第一個值是序列 1,而不是 0。 如果記錄資料行只有一個值,則應該以 itagSequence 的形式傳遞 1。

Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'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 命名空間