MethodGenericTypeParameters 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 information for generic parameters that are declared in generic methods.

Fields

The following table lists the fields in the MethodGenericTypeParameters table.

Column Type Required Description

Folder

[Repository.Item].[FolderId]

yes

The Modeling Services Folder that is associated with the generic type parameter. References the [Repository.Item].[FoldersTable] view.

Id

bigint

yes

The identifier of the generic type parameter.

Name

nvarchar(128)

yes

The name of the generic type parameter.

Index

int

yes

The zero-based index of the generic type parameter in the generic method declaration.

DeclaredInGenericMethod

bigint

yes

The generic method that declares the generic type parameter. References the [System_Runtime].[MethodDefinitions] view.

Remarks

See Also

Reference

System_Runtime Tables
System_Runtime Schema

Send comments about this topic to Microsoft.