The LineageFullID property specifies a globally unique identifier (GUID) that uniquely identifies the lineage record for the execution of a Data Transformation Services (DTS) package stored in Microsoft® SQL Server™ 2000 Meta Data Services.
object.LineageFullID
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
String
Read-only
HRESULT GetLineageFullID(BSTR *pRetVal);
If the package is not hosted in Meta Data Services, a unique LineageFullID is generated by DTS for each execution of the package.
The syntax of GUIDs is:
{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
where X represents hexadecimal digits. The groupings are 8, 4, 4, 4, and 12 digits.
GetLastExecutionLineage Method