The LineageOptions property specifies how package execution lineage should be presented and recorded.
Package Object |
object.LineageOptions[= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | How package execution lineage should be presented and recorded |
LineageOptions must be set to one of the DTSLineageOptions values.
Read/write
HRESULT GetLineageOptions(DTSLineageOptions *pRetVal);
HRESULT SetLineageOptions(DTSLineageOptions NewValue);
RepositoryMetadataOptions Property