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