The GetLastExecutionLineage method retrieves lineage information written to Microsoft® SQL Server™ 2000 Meta Data Services during the last execution of the Data Transformation Services (DTS) package.
[string =] object.GetLastExecutionLineage([LineageShort])
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
LineageShort | Package version checksum value |
string | String to receive the lineage data |
HRESULT GetLastExecutionLineage(
long *LineageShort,
BSTR *pRetVal);