IDTSRuntimeComponent100 接口

定义

public interface class IDTSRuntimeComponent100
[System.Runtime.InteropServices.Guid("35D2046A-F173-4994-9F60-10DFAFCF690D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeComponent100
[<System.Runtime.InteropServices.Guid("35D2046A-F173-4994-9F60-10DFAFCF690D")>]
[<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)

适用于