PipelineComponent Properties

Include Protected Members
Include Inherited Members

The PipelineComponent type exposes the following members.

Properties

  Name Description
Public property BufferManager Gets the IDTSBufferManager100 of the pipeline component.
Public property ComponentMetaData Gets the IDTSComponentMetaData100 for a component.
Public property ErrorSupport Returns an ErrorSupport object that lets the component raise errors, warnings, or other information events based on HRESULTs returned by Integration Services components written in native code.
Public property EventInfos Gets the IDTSEventInfos100 collection of the PipelineComponent object.
Public property LogEntryInfos Gets an IDTSLogEntryInfos100 collection of logging events that the component has registered.
Public property ReferenceTracker Gets the IDTSObjectReferenceTracker100 associated with the component.
Public property VariableDispenser Gets the IDTSVariableDispenser100 of the data flow component.

Top