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

Provides support for core services in the Modeling Services. These services include error handling and support for sequence objects.

Extents

Extent Description

IdSequenceAliasesTable

Stores sequence object aliases. Do not access this table directly. Instead use the [Repository].[CreateIdSequenceAlias] and [Repository].[NewIdInterval] stored procedures.

IdSequencesTable

Stores sequence objects. Do not access this table directly. Instead use the [Repository].[CreateIdSequence] and [Repository].[NewIdInterval] stored procedures.

Computed Values

Computed Value Description

LengthNVarChar

Returns the number of characters in a target unicode string.

LengthVarChar

Returns the number of characters in a target ASCII string.

RelationsSignature

Returns a string that lists the columns and their types for a SQL Server object. This is an internal procedure used by Modeling Services.

Setting

Returns the value of the associated Modeling Services setting.

Remarks

Send comments about this topic to Microsoft.