ImplementedInterfaces 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.]
Provides information about the interfaces implemented by a type.
Fields
The following table lists the fields in the ImplementedInterfaces extent.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the implemented interface mapping. |
|
Id |
Integer64 |
yes |
The identifier of the implemented interface mapping. |
Type |
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. |
|
Interface |
yes |
The type signature of the interface that is implemented by the target type. |
Remarks
To work with this extent in the SQL Server Modeling Services, see ImplementedInterfaces Table (System_Runtime Schema).