IDTSPipeline100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the methods and properties implemented by the data flow task.
public interface class IDTSPipeline100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObjectModel100
[System.Runtime.InteropServices.Guid("BE3F920C-1F7B-4B2A-B593-6F6C84072D82")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPipeline100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObjectModel100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("6F5BD75A-C40C-4860-AE25-55EB7CF33DB0")]
public interface IDTSPipeline100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObjectModel100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7068DEA5-9977-4EF9-BB5A-29D1CA3FA415")]
public interface IDTSPipeline100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObjectModel100
[<System.Runtime.InteropServices.Guid("BE3F920C-1F7B-4B2A-B593-6F6C84072D82")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPipeline100 = interface
interface IDTSObjectModel100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("6F5BD75A-C40C-4860-AE25-55EB7CF33DB0")>]
type IDTSPipeline100 = interface
interface IDTSObjectModel100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7068DEA5-9977-4EF9-BB5A-29D1CA3FA415")>]
type IDTSPipeline100 = interface
interface IDTSObjectModel100
Public Interface IDTSPipeline100
Implements IDTSObjectModel100
- Derived
- Attributes
- Implements
Remarks
The MainPipeClass implements the properties and methods defined in this interface and represents the Data Flow Task.
Properties
AutoGenerateIDForNewObjects |
Gets or sets a value that specifies whether the data flow automatically generates and sets the ID property for newly created objects. |
BLOBTempStoragePath |
Gets or sets a value that specifies the file system location where Binary Large Objects (BLOBs) are temporarily written to disk. |
BufferManager |
Gets the IDTSBufferManager100 object. |
BufferTempStoragePath |
Gets or sets the file system path used to temporarily cache buffer data. |
ComponentMetaDataCollection |
Gets the collection of data flow components in the task. |
DefaultBufferMaxRows |
Gets or sets the maximum number of rows the task allows in an IDTSBuffer100 buffer. |
DefaultBufferSize |
Gets or sets the default size of the IDTSBuffer100 objects created by the task. |
EnableCacheUpdate |
Gets or sets whether the IDTSPipeline100 enabled the updating of cache. |
EnableDisconnectedColumns |
Gets or sets a value that indicates whether the data flow task enables the disconnected columns in the main pipe. |
EngineThreads |
Gets or sets the number of threads the data flow task uses. |
Events |
Sets the events interface that the data flow and its components use to raise events during execution. |
IsSavingXml |
Gets or sets whether the IDTSPipeline100 is saving xml. |
PathCollection |
Gets the IDTSPathCollection100 collection for the data flow task. |
PersistenceCustomPropertyCollection[DTSPersistenceFormat] |
Gets the collection of custom properties that have the specified persistence format. |
RunInOptimizedMode |
Gets or sets a value that specifies whether the data flow task runs in optimized mode. |
VariableDispenser |
Sets the IDTSVariableDispenser100 used to lock variables in the package for reading and writing. |
Methods
GetNextPasteID() |
Gets the next available ID that the data flow task generates. |
GetObjectByID(Int32) |
Retrieves an object contained in the data flow task by using the ID of the object. |
New() |
Specifies a new instance of IDTSPipeline100 class. |
UpdateCacheOnInputColumns() |
Updates the cache on input column of IDTSPipeline100. |