IDTSRuntimeComponent100 接口

定义

public interface class IDTSRuntimeComponent100
[System.Runtime.InteropServices.Guid("9146EAB1-C5B9-4734-B4BA-7D45D0B327D1")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeComponent100
[<System.Runtime.InteropServices.Guid("9146EAB1-C5B9-4734-B4BA-7D45D0B327D1")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeComponent100 = interface
Public Interface IDTSRuntimeComponent100
派生
属性

注解

IDTSRuntimeComponent100 接口定义在执行数据流组件期间调用的方法和属性。 此接口是所有数据流组件实现的两个接口之一;另一个是 IDTSDesigntimeComponent100 接口。

托管组件开发人员不需要直接实现此接口,而是从 PipelineComponent 基类派生方法,并重写其对这些方法的实现。

属性

BufferManager
ComponentMetaData
EventInfos
LogEntryInfos
ReferenceTracker
RequiredProductLevel
VariableDispenser

方法

Cleanup()
PerformUpgrade(Int32)
PostExecute()
PreExecute()
PrepareForExecute()
PrimeOutput(Int32, Int32, IDTSBuffer100)
ProcessInput(Int32, IDTSBuffer100)

适用于