CalledMethods 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.]

Tracks calls between methods. Virtual calls to polymorphic methods are not resolved to their runtime targets. Method arguments are not contained within this extent.

Fields

The following table lists the fields in the CalledMethods table.

Column Type Required Description

Folder

[Repository.Item].[FolderId]

yes

The Modeling Services Folder that is associated with the method call. References the [Repository.Item].[FoldersTable] view.

Id

bigint

yes

The identifier of the method call relationship.

Caller

bigint

yes

The method that contains the method call. References the [System_Runtime].[Methods] view.

Callee

bigint

yes

The called method. References the [System_Runtime].[Methods] view.

CallCount

int

yes

The number of times the caller method calls the callee method.

Remarks

See Also

Reference

System_Runtime Tables
System_Runtime Schema

Send comments about this topic to Microsoft.