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 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