LineageFullID Property

DTS Programming

DTS Programming

LineageFullID Property

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.

Applies To
PackageLineage Object StepLogRecord Object
PackageLogRecord Object  
Syntax

object.LineageFullID

Part Description
object Expression that evaluates to an object in the Applies To list

Data Type

String

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetLineageFullID(BSTR *pRetVal);

Remarks

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.

See Also

GetLastExecutionLineage Method

LineageOptions Property

LineageShortID Property

RepositoryMetadataOptions Property

Using the Data Lineage Feature