Edit

JET_RETRIEVECOLUMN.itagSequence property

Gets or sets the sequence number of the values that are contained in a multi-valued column. If the itagSequence is 0 then the number of instances of a multi-valued column are returned instead of any column data.

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

value = instance.itagSequence

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

Property value

Type: System.Int32

See also

Reference

JET_RETRIEVECOLUMN class

JET_RETRIEVECOLUMN members

Microsoft.Isam.Esent.Interop namespace