Events 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.]
Contains instances of common language runtime (CLR) events.
Fields
The following table lists the fields in the Events extent.
Column | Type | Required | Description |
---|---|---|---|
Folder |
yes |
The Modeling Services Folder that is associated with the event. |
|
Id |
Integer64 |
yes |
The identifier of the event. |
DeclaringType |
yes |
The type definition that declares this event. |
|
Name |
Text |
yes |
The name of the event. |
AddMethod |
yes |
The "add" method for this event. |
|
RemoveMethod |
yes |
The "remove" method for this event. |
|
FireMethod |
The "fire" method for this event. |
||
IsAbstract |
Logical |
yes |
A bit flag that indicates that the event is abstract, meaning this event must be implement in a derived type. |
IsStatic |
Logical |
yes |
A bit flag that indicates that the event is static. |
IsVirtual |
Logical |
yes |
A bit flag that indicates that the event is virtual. |
IsFinal |
Logical |
yes |
A bit flag that indicates that the event is final, meaning that this event cannot be overridden in derived types. |
IsToolSpecialName |
Logical |
yes |
A bit flag that specifies that the event name is special and has a reserved use by tools other than the common language runtime (CLR). |
IsRuntimeSpecialName |
Logical |
yes |
A bit flag that specifies that the event name is special and has a reserved use by the common language runtime (CLR). |
Documentation |
Text |
The XML Document fragment for the event. Note that this is not yet populated by the LoadAssembly.exe tool. |
|
Attributes |
Text |
The custom attributes for the event. Note that this is not yet populated by the LoadAssembly.exe tool. |
Remarks
To work with this extent in the SQL Server Modeling Services, see Events Table (System_Runtime Schema).