Skip to main content

Enum EventColumn

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


[Flags]
public enum EventColumn

Fields

FieldsDescription
ComputerSpecifies that the computer name where the event was generated should be added to the log.
DataBytesSpecifies that any Binary Large OBjects (BLOBs) generated by the event should be added to the log.
ExecutionIDSpecifies that the unique package GUID where the event was generated should be added to the log.
MessageTextSpecifies that the text of the event message should be added to the log.
NoneSpecifies that none of the optional event information should be added to the log.
OperatorSpecifies that the user account running the package where the event was generated should be added to the log.
SourceIDSpecifies that the GUID of the task where the event was generated should be added to the log.
SourceNameSpecifies that the name of the task where the event was generated should be added to the log.