IdSequencesTable Extent (Repository Module)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Stores sequence objects. Do not access this table directly. Instead use the [Repository].[CreateIdSequence] and [Repository].[NewIdInterval] stored procedures.
Fields
The following table lists the fields in the IdSequencesTable extent.
Column | Type | Required | Description |
---|---|---|---|
Schema |
Text(256) |
yes |
Infrastructure. |
Sequence |
Text(256) |
yes |
Infrastructure. |
NextValue |
Integer64 |
yes |
Infrastructure. |
Remarks
To work with this extent in the SQL Server Modeling Services, see IdSequencesTable Table (Repository Schema).