Compartir a través de


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

FoldersTable

yes

The Modeling Services Folder that is associated with the explicit method override.

Id

Integer64

yes

The identifier of the explicit method override.

OverridingMethod

Methods

yes

The overriding method.

OverriddenMethodDeclaringType

TypeSignatures

yes

The type that declares the overriden method. This is a TypeSignature because the declaring type may be an instantiated type.

OverriddenMethod

Methods

yes

The overridden method.

Remarks

To work with this extent in the SQL Server Modeling Services, see ExplicitOverrides Table (System_Runtime Schema).

See Also

Reference

System_Runtime Extents
System_Runtime Module

Send comments about this topic to Microsoft.