ActionType
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each type of event action.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) ActionTypeKey |
int NOT NULL |
The unique identifier for a particular type of action. Event tags and actions are linked by this key. The event subsystem relies on the following values, which are added during installation: 1 = No action; 2 = Generic SQL; 3 = Snapshot; 4 = E-mail; 5 = Deadband; 6 = Summary. This value is automatically generated when a new action is created. |
|
Name |
nvarchar(33) NOT NULL |
The name given to the type of action. |
|
Description |
nvarchar(50) NULL |
The description of the action. |
|
EditorClassName |
nvarchar(80) NULL |
The name by which the component is referenced by a client application, such as the Operations Control Management Console, in order to provide a visual representation. |
|
ActionClassName |
nvarchar(80) NULL |
The name by which the action component (COM object) is referenced in the system in order to perform the action. |