ExplicitOverrides 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.]
Stores explicit method overrides, which are method overrides that are specified in the metadata.
Fields
The following table lists the fields in the ExplicitOverrides extent.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the explicit method override. |
|
Id |
Integer64 |
yes |
The identifier of the explicit method override. |
OverridingMethod |
yes |
The overriding method. |
|
OverriddenMethodDeclaringType |
yes |
The type that declares the overriden method. This is a TypeSignature because the declaring type may be an instantiated type. |
|
OverriddenMethod |
yes |
The overridden method. |
Remarks
To work with this extent in the SQL Server Modeling Services, see ExplicitOverrides Table (System_Runtime Schema).