MainPipe 멤버
Provides the managed implementation of the IDTSPipeline100 interface used to programmatically configure a data flow task.
MainPipe 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
GetNextPasteID | Gets the next available ID that the data flow task generates. (IDTSPipeline100에서 상속됩니다.) | |
GetObjectByID(Int32) | Retrieves an object contained in the data flow task by using the ID of the object. (IDTSPipeline100에서 상속됩니다.) | |
New() () () () | 인프라 (IDTSPipeline100에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
AutoGenerateIDForNewObjects | Gets or sets a value that specifies whether the data flow automatically generates and sets the ID property for newly created objects. (IDTSPipeline100에서 상속됩니다.) | |
BLOBTempStoragePath | Gets or sets a value that specifies the file system location where Binary Large Objects (BLOBs) are temporarily written to disk. (IDTSPipeline100에서 상속됩니다.) | |
BufferManager | Gets the IDTSBufferManager100 object. (IDTSPipeline100에서 상속됩니다.) | |
BufferTempStoragePath | Gets or sets the file system path used to temporarily cache buffer data. (IDTSPipeline100에서 상속됩니다.) | |
ComponentMetaDataCollection | Gets the collection of data flow components in the task. (IDTSPipeline100에서 상속됩니다.) | |
DefaultBufferMaxRows | Gets or sets the maximum number of rows the task allows in an IDTSBuffer100 buffer. (IDTSPipeline100에서 상속됩니다.) | |
DefaultBufferSize | Gets or sets the default size of the IDTSBuffer100 objects created by the task. (IDTSPipeline100에서 상속됩니다.) | |
EngineThreads | Gets or sets the number of threads the data flow task uses. (IDTSPipeline100에서 상속됩니다.) | |
Events | Sets the events interface that the data flow and its components use to raise events during execution. (IDTSPipeline100에서 상속됩니다.) | |
PathCollection | Gets the IDTSPathCollection100 collection for the data flow task. (IDTSPipeline100에서 상속됩니다.) | |
PersistenceCustomPropertyCollection | Gets the collection of custom properties that have the specified persistence format. (IDTSPipeline100에서 상속됩니다.) | |
RunInOptimizedMode | Gets or sets a value that specifies whether the data flow task runs in optimized mode. (IDTSPipeline100에서 상속됩니다.) | |
VariableDispenser | Sets the IDTSVariableDispenser100 used to lock variables in the package for reading and writing. (IDTSPipeline100에서 상속됩니다.) |
맨 위로 이동