MainPipe 인터페이스

정의

public interface class MainPipe : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSPipeline100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.MainPipeClass))]
[System.Runtime.InteropServices.Guid("410E91E9-2C45-487A-851A-5B3DFE747329")]
public interface MainPipe : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSPipeline100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.MainPipeClass))>]
[<System.Runtime.InteropServices.Guid("410E91E9-2C45-487A-851A-5B3DFE747329")>]
type MainPipe = interface
    interface IDTSPipeline100
Public Interface MainPipe
Implements IDTSPipeline100
파생
특성
구현

예제

다음 코드 예제에서는 MainPipe 개체를 패키지에 추가하고 TaskHost의 속성을 사용하여 InnerObject MainPipe를 검색합니다.

Package p = new Package();  
Executable e = p.Executables.Add("DTS.Pipeline.1");  
TaskHost thMainPipe = e as TaskHost;  
MainPipe dataFlowTask = thMainPipe.InnerObject as MainPipe;  

설명

MainPipe(SSDT(SQL Server Data Tools Data Flow 작업)로 표시됨)는 COM 인터페이스의 IDTSPipeline100 관리되는 구현입니다. 패키지에서 프로그래밍 방식으로 데이터 흐름 작업을 만들거나 수정할 때 관리 코드에서 사용되는 인터페이스입니다. 이 개체에 사용할 수 있는 메서드 및 속성에 대한 개요는 MainPipeClass 설명서를 참조하세요.

속성

AutoGenerateIDForNewObjects (다음에서 상속됨 IDTSPipeline100)
BLOBTempStoragePath (다음에서 상속됨 IDTSPipeline100)
BufferManager (다음에서 상속됨 IDTSPipeline100)
BufferTempStoragePath (다음에서 상속됨 IDTSPipeline100)
ComponentMetaDataCollection (다음에서 상속됨 IDTSPipeline100)
DefaultBufferMaxRows (다음에서 상속됨 IDTSPipeline100)
DefaultBufferSize (다음에서 상속됨 IDTSPipeline100)
EnableCacheUpdate (다음에서 상속됨 IDTSPipeline100)
EnableDisconnectedColumns (다음에서 상속됨 IDTSPipeline100)
EngineThreads (다음에서 상속됨 IDTSPipeline100)
Events (다음에서 상속됨 IDTSPipeline100)
IsSavingXml (다음에서 상속됨 IDTSPipeline100)
PathCollection (다음에서 상속됨 IDTSPipeline100)
PersistenceCustomPropertyCollection[DTSPersistenceFormat] (다음에서 상속됨 IDTSPipeline100)
RunInOptimizedMode (다음에서 상속됨 IDTSPipeline100)
VariableDispenser (다음에서 상속됨 IDTSPipeline100)

메서드

GetNextPasteID() (다음에서 상속됨 IDTSPipeline100)
GetObjectByID(Int32) (다음에서 상속됨 IDTSPipeline100)
New() (다음에서 상속됨 IDTSPipeline100)
UpdateCacheOnInputColumns() (다음에서 상속됨 IDTSPipeline100)

적용 대상