AuditTransformAuditType Enumeration
The AuditTransformAuditType provides a list of system variables that can be stored along with audit information in the Audit Transformation.
Enumeration Values
Name | Summary |
---|---|
ExecutionInstanceGuid | Specifies that the GUID for the execution instance of the package should be included with the audit information. |
PackageId | Specifies that the package GUID should be included with the audit information. |
PackageName | Specifies that the name of the package should be included with the audit information. |
VersionId | Specifies that the package version GUID should be included with the audit information. |
ExecutionStartTime | Specifies that the date and time of the start of execution of the package should be included with the audit information. |
MachineName | Specifies that the name of the machine on which the package was executed should be included with the audit information. |
UserName | Specifies that the name of the user account that was executing the package should be included with the audit information. |
TaskName | Specifies that the name of the dataflow task that includes the parent Audit Transformation should be included with the audit information. |
TaskId | Specifies that the GUID of the dataflow task that includes the parent Audit Transformation should be included with the audit information. |