Compartir a través de


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

Maps only "other" (see ECMA-335, Partition II, Section 18) event methods in [System_Runtime].[Events] to their associated methods in [System_Runtime].[Methods]. The "add", "remove" and "fire" methods are mapped in [System_Runtime].[Events].

Fields

The following table lists the fields in the EventMethods table.

Column Type Required Description

Folder

[Repository.Item].[FolderId]

yes

The Modeling Services Folder associated with the event method association. References the [Repository.Item].[FoldersTable] view.

Id

bigint

yes

The identifier of the event method association.

Event

bigint

yes

The event that is associated with the "other" event method. References the [System_Runtime].[Events] view.

Method

bigint

yes

The "other" event method belonging to the event. References the [System_Runtime].[Methods] view.

Remarks

See Also

Reference

System_Runtime Tables
System_Runtime Schema

Send comments about this topic to Microsoft.