TypeSignatureArrayDimensions Table (System_Runtime 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 the dimensions of an array type signature.
Fields
The following table lists the fields in the TypeSignatureArrayDimensions table.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the array dimensions. References the [Repository.Item].[FoldersTable] view. |
|
Id |
bigint |
yes |
The identifier of the type signature array dimension. |
TypeSignature |
bigint |
yes |
The type signature instance that is an array. References the [System_Runtime].[TypeSignatures] view. |
Dimension |
int |
yes |
The zero-based index of the array dimension. |
LowerBound |
int |
The value of the lower bound of the array dimension. |
|
Size |
int |
The number of elements in the array dimension. |