Share via


MainPipe Interface

Definition

public interface class MainPipe : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2017::IDTSPipeline100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2017.MainPipeClass))]
[System.Runtime.InteropServices.Guid("6F5BD75A-C40C-4860-AE25-55EB7CF33DB0")]
public interface MainPipe : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2017.IDTSPipeline100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2017.MainPipeClass))>]
[<System.Runtime.InteropServices.Guid("6F5BD75A-C40C-4860-AE25-55EB7CF33DB0")>]
type MainPipe = interface
    interface IDTSPipeline100
Public Interface MainPipe
Implements IDTSPipeline100
Derived
Attributes
Implements

Properties

AutoGenerateIDForNewObjects (Inherited from IDTSPipeline100)
BLOBTempStoragePath (Inherited from IDTSPipeline100)
BufferManager (Inherited from IDTSPipeline100)
BufferTempStoragePath (Inherited from IDTSPipeline100)
ComponentMetaDataCollection (Inherited from IDTSPipeline100)
DefaultBufferMaxRows (Inherited from IDTSPipeline100)
DefaultBufferSize (Inherited from IDTSPipeline100)
EnableCacheUpdate (Inherited from IDTSPipeline100)
EnableDisconnectedColumns (Inherited from IDTSPipeline100)
EngineThreads (Inherited from IDTSPipeline100)
Events (Inherited from IDTSPipeline100)
IsSavingXml (Inherited from IDTSPipeline100)
PathCollection (Inherited from IDTSPipeline100)
PersistenceCustomPropertyCollection[DTSPersistenceFormat] (Inherited from IDTSPipeline100)
RunInOptimizedMode (Inherited from IDTSPipeline100)
VariableDispenser (Inherited from IDTSPipeline100)

Methods

GetNextPasteID() (Inherited from IDTSPipeline100)
GetObjectByID(Int32) (Inherited from IDTSPipeline100)
New() (Inherited from IDTSPipeline100)
UpdateCacheOnInputColumns() (Inherited from IDTSPipeline100)

Applies to