TypeSignatureArrayDimensions Extent (System_Runtime 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 the dimensions of an array type signature.
Fields
The following table lists the fields in the TypeSignatureArrayDimensions extent.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the array dimensions. |
|
Id |
Integer64 |
yes |
The identifier of the type signature array dimension. |
TypeSignature |
yes |
The type signature instance that is an array. |
|
Dimension |
Integer32 |
yes |
The zero-based index of the array dimension. |
LowerBound |
Integer32 |
The value of the lower bound of the array dimension. |
|
Size |
Integer32 |
The number of elements in the array dimension. |
Remarks
To work with this extent in the SQL Server Modeling Services, see TypeSignatureArrayDimensions Table (System_Runtime Schema).