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 基底類別衍生出方法,並覆寫其對這些方法的實作。

適用於