MainPipeClass Members

Include Protected Members
Include Inherited Members

Adds and connects components in a data flow layout.

The MainPipeClass type exposes the following members.

Constructors

  Name Description
Public method MainPipeClass() Initializes a new instance of the MainPipeClass.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetNextPasteID() Gets the next available ID that a data flow task generates.
Public method GetObjectByID(Int32) Retrieves an object contained in a data flow task.
Public method GetType() (Inherited from Object.)
Public method IDTSObjectModel100_GetObjectByID(Int32) Retrieves an object that is contained in a data flow task.
Public method IDTSObjectModel100_New() Resets the layout of components in a data flow task.
Protected method MemberwiseClone() (Inherited from Object.)
Public method New() Infrastructure.
Public method ToString() (Inherited from Object.)

Top

Properties

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

Top