Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the sequence number of value in a multi-valued column. The array of values is one-based. The first value is sequence 1, not 0. If the record column has only one value then 1 should be passed as the itagSequence.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: 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; }
Property value
Type: System.Int32