EventColumn Enumeration
The EventColumn enumeration provides a list of system variables that can be logged along with the log event information. The selection of multiple variables is supported.
Enumeration Values
| Name | Summary |
|---|---|
| Computer | Specifies that the computer name where the event was generated should be added to the log. |
| Operator | Specifies that the user account running the package where the event was generated should be added to the log. |
| SourceName | Specifies that the name of the task where the event was generated should be added to the log. |
| SourceID | Specifies that the GUID of the task where the event was generated should be added to the log. |
| ExecutionID | Specifies that the unique package GUID where the event was generated should be added to the log. |
| MessageText | Specifies that the text of the event message should be added to the log. |
| DataBytes | Specifies that any Binary Large OBjects (BLOBs) generated by the event should be added to the log. |
| None | Specifies that none of the optional event information should be added to the log. |