PackageLog Object

DTS Programming

DTS Programming

PackageLog Object

The PackageLog object allows a Data Transformation Services (DTS) custom task or ActiveScriptTask object to write task log records in the database or write log messages to the log file.

Methods
WriteStringToLog Method WriteTaskRecord Method
Remarks

The reference to the PackageLog object is a parameter of the task Execute method, which you implement in a custom task, and thus have access. It is also available in task Microsoft® ActiveX® scripts, through the DTSPackageLog object.

See Also

EnumTaskLogRecords Method

Execute Method

PackageLogRecords Collection

Retrieving DTS System, Package and Log Data