LineageOptions Property (DTS)

The LineageOptions property specifies how package execution lineage should be presented and recorded.

Applies To
Package Object  

Syntax

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

Remarks

LineageOptions must be set to one of the DTSLineageOptions values.

Data Type

DTSLineageOptions

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetLineageOptions(DTSLineageOptions *pRetVal);

HRESULT SetLineageOptions(DTSLineageOptions NewValue);

See Also

RepositoryMetadataOptions Property

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.