The LineageOptions property specifies how Data Transformation Services (DTS) package execution lineage is presented and recorded.
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 |
Read/write
HRESULT GetLineageOptions(DTSLineageOptions *pRetVal);
HRESULT SetLineageOptions(DTSLineageOptions NewValue);
LineageOptions must be set to one of the DTSLineageOptions values.
GetLastExecutionLineage Method