Udostępnij przez


IDTSRuntimeComponent100 Members

Defines the run-time methods of a data flow component.

The following tables list the members exposed by the IDTSRuntimeComponent100 type.

Public Properties

  Name Description
Bb510853.pubproperty(pl-pl,SQL.100).gif BufferManager Sets the IDTSBufferManager100 of a pipeline component.
Bb510853.pubproperty(pl-pl,SQL.100).gif ComponentMetaData Sets the IDTSComponentMetaData100 for a component.
Bb510853.pubproperty(pl-pl,SQL.100).gif EventInfos Sets the IDTSEventInfos100 collection of the PipelineComponent object.
Bb510853.pubproperty(pl-pl,SQL.100).gif LogEntryInfos Provides the IDTSLogEntryInfos100 object to a component.
Bb510853.pubproperty(pl-pl,SQL.100).gif ReferenceTracker Sets the IDTSObjectReferenceTracker100.
Bb510853.pubproperty(pl-pl,SQL.100).gif RequiredProductLevel Gets a value indicating the required SQL Server product level for the data flow component.
Bb510853.pubproperty(pl-pl,SQL.100).gif VariableDispenser Sets the IDTSVariableDispenser100 of a data flow component.

Top

Public Methods

  Name Description
Bb510853.pubmethod(pl-pl,SQL.100).gif Cleanup Frees resources and completes the execution of a component.
Bb510853.pubmethod(pl-pl,SQL.100).gif PerformUpgrade Upgrades the component metadata to the version of the component that is installed on the local computer.
Bb510853.pubmethod(pl-pl,SQL.100).gif PostExecute Called at the end of the execution of a component. The developer can supply code that executes after the component's main processing.
Bb510853.pubmethod(pl-pl,SQL.100).gif PreExecute Called after PrepareForExecute, and before PrimeOutput and ProcessInput. The developer can supply code that executes once before the component performs its main processing.
Bb510853.pubmethod(pl-pl,SQL.100).gif PrepareForExecute Called prior to PreExecute. The developer can supply code that executes once before the component performs its main processing and before the input buffers are available.
Bb510853.pubmethod(pl-pl,SQL.100).gif PrimeOutput Called during package execution for components that add rows to the IDTSBuffer100; including source components and transformation components with asynchronous IDTSOutput100 objects. The developer needs to supply the code that adds the rows to the output buffers.
Bb510853.pubmethod(pl-pl,SQL.100).gif ProcessInput Called on transformation and destination components that have IDTSInput100 objects that are connected to an upstream component. The developer needs to supply the code that processes the input buffers.

Top