Enum EventColumn
C#
[Flags]
public enum EventColumn
Fields
Computer | Specifies that the computer name where the event was generated should be added to the log. |
DataBytes | Specifies that any Binary Large OBjects (BLOBs) generated by the event 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. |
None | Specifies that none of the optional event information 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. |
SourceID | Specifies that the GUID of the task 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. |