Share via


MainPipe Members

Include Protected Members
Include Inherited Members

Provides the managed implementation of the IDTSPipeline100 interface used to programmatically configure a data flow task.

The MainPipe type exposes the following members.

Methods

  Name Description
Public method GetNextPasteID() Gets the next available ID that the data flow task generates. (Inherited from IDTSPipeline100.)
Public method GetObjectByID(Int32) Retrieves an object contained in the data flow task by using the ID of the object. (Inherited from IDTSPipeline100.)
Public method New() Infrastructure. (Inherited from IDTSPipeline100.)

Top

Properties

  Name Description
Public property AutoGenerateIDForNewObjects Gets or sets a value that specifies whether the data flow automatically generates and sets the ID property for newly created objects. (Inherited from IDTSPipeline100.)
Public property BLOBTempStoragePath Gets or sets a value that specifies the file system location where Binary Large Objects (BLOBs) are temporarily written to disk. (Inherited from IDTSPipeline100.)
Public property BufferManager Gets the IDTSBufferManager100 object. (Inherited from IDTSPipeline100.)
Public property BufferTempStoragePath Gets or sets the file system path used to temporarily cache buffer data. (Inherited from IDTSPipeline100.)
Public property ComponentMetaDataCollection Gets the collection of data flow components in the task. (Inherited from IDTSPipeline100.)
Public property DefaultBufferMaxRows Gets or sets the maximum number of rows the task allows in an IDTSBuffer100 buffer. (Inherited from IDTSPipeline100.)
Public property DefaultBufferSize Gets or sets the default size of the IDTSBuffer100 objects created by the task. (Inherited from IDTSPipeline100.)
Public property EngineThreads Gets or sets the number of threads the data flow task uses. (Inherited from IDTSPipeline100.)
Public property Events Sets the events interface that the data flow and its components use to raise events during execution. (Inherited from IDTSPipeline100.)
Public property PathCollection Gets the IDTSPathCollection100 collection for the data flow task. (Inherited from IDTSPipeline100.)
Public property PersistenceCustomPropertyCollection[DTSPersistenceFormat] Gets the collection of custom properties that have the specified persistence format. (Inherited from IDTSPipeline100.)
Public property RunInOptimizedMode Gets or sets a value that specifies whether the data flow task runs in optimized mode. (Inherited from IDTSPipeline100.)
Public property VariableDispenser Sets the IDTSVariableDispenser100 used to lock variables in the package for reading and writing. (Inherited from IDTSPipeline100.)

Top