ImplementedInterfaces View (System_Runtime)
Provides information on the interfaces implemented by a type.
Fields
The following table lists the fields in the ImplementedInterfaces view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the implemented interface mapping. |
Folder |
int |
yes |
The “Oslo” repository Folder associated with the implemented interface mapping. References the [Repository.Item].[Folders] view. (Default = 100) |
Interface |
bigint |
yes |
The type signature of the interface that is implemented by the target type. References the [System_Runtime].[TypeSignatures] view. |
Type |
bigint |
yes |
The type signature of the type that implements the interface. References the [System_Runtime].[TypeSignatures] view. |