GenericTypeParameters 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 information for generic parameters that are declared in generic types.
Fields
The following table lists the fields in the GenericTypeParameters extent.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the generic type parameter. |
|
Id |
Integer64 |
yes |
The identifier for the generic type parameter. |
Name |
Text(256) |
yes |
The name of the generic type parameter. |
Index |
Integer32 |
yes |
The zero-based index of the generic type parameter in the generic type declaration. |
DeclaredInGenericType |
yes |
The generic type that contains the generic type parameter. |
Remarks
To work with this extent in the SQL Server Modeling Services, see GenericTypeParameters Table (System_Runtime Schema).