Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains instances of common language runtime (CLR) events.
Fields
The following table lists the fields in the Events view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the event. |
Access |
smallint |
yes |
An enumeration value between 0 and 6 that describes the access restrictions for the event. These numeric values are equivalent to compiler, private, family and assembly, assembly, family, family or assembly, and public, respectively. |
Attributes |
nvarchar(max) |
The custom attributes for the event. |
|
Name |
nvarchar(max) |
yes |
The name of the event. |
DeclaringType |
bigint |
yes |
The type definition that declares the event. References the [System_Runtime].[Types] view. |
Documentation |
nvarchar(max) |
The XML Document fragment for the event. |
|
DocumentPart |
bigint |
A reference to optional source line information. |
|
Folder |
int |
yes |
The “Oslo” repository Folder associated with the event. References the [Repository.Item].[Folders] view. (Default = 100) |
IsAbstract |
bit |
yes |
A bit flag that indicates that the event is abstract, meaning that no direct instances of the event are possible. (Default = 0) |
IsStatic |
bit |
yes |
A bit flag that indicates that the event is static. (Default = 0) |
IsVirtual |
bit |
yes |
A bit flag that indicates that the event is virtual. (Default = 0) |
IsFinal |
bit |
yes |
A bit flag that indicates that the event is final, meaning that this event cannot be overridden in derived classes. (Default = 0) |
IsToolSpecialName |
bit |
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). (Default = 0) |
IsRuntimeSpecialName |
bit |
yes |
A bit flag that specifies that the event name is special and has a reserved use by the common language runtime (CLR). (Default = 0) |
Remarks
The following views reference the [System_Runtime].[Events] view.