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