Enum AuditTransformAuditType
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum AuditTransformAuditType
Fields
| Fields | Description |
|---|---|
| ExecutionInstanceGuid | Specifies that the GUID for the execution instance of the package 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. |
| 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. |
| TaskId | Specifies that the GUID of the dataflow task that includes the parent Audit Transformation 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. |
| UserName | Specifies that the name of the user account that was executing the package should be included with the audit information. |
| VersionId | Specifies that the package version GUID should be included with the audit information. |