DTS Programming
PackageLineage Object
The PackageLineage object provides the contents of a package lineage record from Microsoft® SQL Server™ 2000 Meta Data Services. The record contains information about a Data Transformation Services (DTS) package execution hosted by Meta Data Services.

Properties
Computer Property | Operator Property |
ExecutionDate Property | PackageID Property |
LineageFullID Property | Parent Property |
LineageShortID Property | Properties Collection |
Name Property |
Remarks
A package lineage record is written each time a package stored in Meta Data Services is executed, if the package LineageOptions property specifies this be done.
Access the PackageLineage objects by using the EnumPackageLineages method of the PackageRepository object and iterating through the PackageLineages collection the method returns.