Share via


IDTSPipeline90 Members

Defines the methods and properties implemented by the data flow task.

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

Public Properties

  Name Description
ms211723.pubproperty(en-US,SQL.90).gif AutoGenerateIDForNewObjects Gets or sets a value that specifies whether the data flow automatically generates and sets the ID property for newly created objects.
ms211723.pubproperty(en-US,SQL.90).gif BLOBTempStoragePath Gets or sets a value that specifies the file system location where Binary Large Objects (BLOBs) are temporarily written to disk.
ms211723.pubproperty(en-US,SQL.90).gif BufferManager Gets the IDTSBufferManager90 object.
ms211723.pubproperty(en-US,SQL.90).gif BufferTempStoragePath Gets or sets the file system path used to temporarily cache buffer data.
ms211723.pubproperty(en-US,SQL.90).gif ComponentMetaDataCollection Gets the collection of data flow components in the task.
ms211723.pubproperty(en-US,SQL.90).gif DefaultBufferMaxRows Gets or sets the maximum number of rows the task allows in an IDTSBuffer90 buffer.
ms211723.pubproperty(en-US,SQL.90).gif DefaultBufferSize Gets or sets the default size of the IDTSBuffer90 objects created by the task.
ms211723.pubproperty(en-US,SQL.90).gif EngineThreads Gets or sets the number of threads the data flow task uses.
ms211723.pubproperty(en-US,SQL.90).gif Events Sets the events interface that the data flow and its components use to raise events during execution.
ms211723.pubproperty(en-US,SQL.90).gif PathCollection Gets the IDTSPathCollection90 collection for the data flow task.
ms211723.pubproperty(en-US,SQL.90).gif PersistenceCustomPropertyCollection Gets the collection of custom properties that have the specified persistence format.
ms211723.pubproperty(en-US,SQL.90).gif RunInOptimizedMode Gets or sets a value that specifies whether the data flow task runs in optimized mode.
ms211723.pubproperty(en-US,SQL.90).gif VariableDispenser Sets the IDTSVariableDispenser90 used to lock variables in the package for reading and writing.

Top

Public Methods

  Name Description
ms211723.pubmethod(en-US,SQL.90).gif GetNextPasteID Gets the next available ID that the data flow task generates.
ms211723.pubmethod(en-US,SQL.90).gif GetObjectByID Retrieves an object contained in the data flow task by using the ID of the object.
ms211723.pubmethod(en-US,SQL.90).gif New  

Top

See Also

Reference

IDTSPipeline90 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace