CalledMethods 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.]
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 extent.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the method call. |
|
Id |
Integer64 |
yes |
The identifier of the method call relationship. |
Caller |
yes |
The method that contains the method call. |
|
Callee |
yes |
The called method. |
|
CallCount |
Integer32 |
yes |
The number of times the caller method calls the callee method. |
Remarks
To work with this extent in the SQL Server Modeling Services, see CalledMethods Table (System_Runtime Schema).