Skip to main content

Enum AuditTransformAuditType

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum AuditTransformAuditType

Fields

FieldsDescription
ExecutionInstanceGuidSpecifies that the GUID for the execution instance of the package should be included with the audit information.
ExecutionStartTimeSpecifies that the date and time of the start of execution of the package should be included with the audit information.
MachineNameSpecifies that the name of the machine on which the package was executed should be included with the audit information.
PackageIdSpecifies that the package GUID should be included with the audit information.
PackageNameSpecifies that the name of the package should be included with the audit information.
TaskIdSpecifies that the GUID of the dataflow task that includes the parent Audit Transformation should be included with the audit information.
TaskNameSpecifies that the name of the dataflow task that includes the parent Audit Transformation should be included with the audit information.
UserNameSpecifies that the name of the user account that was executing the package should be included with the audit information.
VersionIdSpecifies that the package version GUID should be included with the audit information.