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

Contains bound method references. A method reference is bound if a corresponding method definition exists in the same binding context.

Fields

The following table lists the fields in the BoundMethodReferences table.

Column Type Required Description

Folder

[Repository.Item].[FolderId]

yes

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

Id

bigint

yes

The identifier of the bound method reference.

Context

bigint

yes

The binding context that contains this bound method reference. References the [System_Runtime].[BindingContexts] view.

SourceMethodReference

bigint

yes

The source method reference. References the [System_Runtime].[MethodReferences] view.

TargetMethodDefinition

bigint

yes

The target method that is bound by the source method reference. References the [System_Runtime].[MethodDefinitions] view.

Remarks

See Also

Reference

System_Runtime Tables
System_Runtime Schema

Send comments about this topic to Microsoft.