DTS Programming

LineageOptions Property

The LineageOptions property specifies how Data Transformation Services (DTS) package execution lineage is presented and recorded.

Applies To
Package Object Package2 Object

Syntax

object.LineageOptions[= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value The way package execution lineage is presented and recorded

Data Type

DTSLineageOptions

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetLineageOptions(DTSLineageOptions *pRetVal);

HRESULT SetLineageOptions(DTSLineageOptions NewValue);

Remarks

LineageOptions must be set to one of the DTSLineageOptions values.

See Also

GetLastExecutionLineage Method

RepositoryMetadataOptions Property

Using the Data Lineage Feature