Gets or sets the column name associated with this segment.
Flags
Gets or sets the segment flags. This is an enumerated value. See Segment Flags for a list of possible values.
Number
Gets or sets the 0-based segment number.
Methods
None
Remarks
One or more of these comprise an index. Only 119 segments are allowed per index. Note that the combined size of all the columns in segments of an index cannot be more then 255 bytes.
Example
’ Open dictionary
Dim dictionary as new DtoDictionary
Dim result as DtoResult
result = dictionary.Open("d:\mydemodata")
’ Get Students table
Dim students_table as DtoTable
Set students_table = dictionary.GetTable("Student")