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.
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.