ExplicitOverrides 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 explicit method overrides, which are method overrides that are specified in the metadata.
Fields
The following table lists the fields in the ExplicitOverrides table.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the explicit method override. References the [Repository.Item].[FoldersTable] view. |
|
Id |
bigint |
yes |
The identifier of the explicit method override. |
OverridingMethod |
bigint |
yes |
The overriding method. References the [System_Runtime].[Methods] view. |
OverriddenMethodDeclaringType |
bigint |
yes |
The type that declares the overriden method. This is a TypeSignature because the declaring type may be an instantiated type. References the [System_Runtime].[TypeSignatures] view. |
OverriddenMethod |
bigint |
yes |
The overridden method. References the [System_Runtime].[Methods] view. |