IdSequenceAliasesTable Table (Repository Schema)
[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 object aliases. Do not access this table directly. Instead use the [Repository].[CreateIdSequenceAlias] and [Repository].[NewIdInterval] stored procedures.
Fields
The following table lists the fields in the IdSequenceAliasesTable table.
Column | Type | Required | Description |
---|---|---|---|
SchemaAlias |
sysname |
yes |
Infrastructure. |
SequenceAlias |
sysname |
yes |
Infrastructure. |
Schema |
sysname |
yes |
Infrastructure. References the [Repository].[IdSequencesTable] view. |
Sequence |
sysname |
yes |
Infrastructure. References the [Repository].[IdSequencesTable] view. |