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

Provides information about the interfaces implemented by a type.

Fields

The following table lists the fields in the ImplementedInterfaces table.

Column Type Required Description

Folder

[Repository.Item].[FolderId]

yes

The Modeling Services Folder that is associated with the implemented interface mapping. References the [Repository.Item].[FoldersTable] view.

Id

bigint

yes

The identifier of the implemented interface mapping.

Type

bigint

yes

The type signature of the type that implements the interface. This is a type signature because a type can implement an instantiated generic interface. References the [System_Runtime].[TypeDefinitions] view.

Interface

bigint

yes

The type signature of the interface that is implemented by the target type. References the [System_Runtime].[TypeSignatures] view.

Remarks

See Also

Reference

System_Runtime Tables
System_Runtime Schema

Send comments about this topic to Microsoft.