Udostępnij przez


IDTSRuntimeComponent100 Interface

Defines the run-time methods of a data flow component.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Deklaracja
<GuidAttribute("A740CF66-9C37-45CA-AE69-0219FE340543")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSRuntimeComponent100
[GuidAttribute("A740CF66-9C37-45CA-AE69-0219FE340543")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSRuntimeComponent100
[GuidAttribute(L"A740CF66-9C37-45CA-AE69-0219FE340543")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSRuntimeComponent100
/** @attribute GuidAttribute("A740CF66-9C37-45CA-AE69-0219FE340543") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSRuntimeComponent100
GuidAttribute("A740CF66-9C37-45CA-AE69-0219FE340543") 
TypeLibTypeAttribute(4160) 
public interface IDTSRuntimeComponent100

Remarks

The IDTSRuntimeComponent100 interface defines the methods and properties that are called during execution of a data flow component. This interface is one of the two interfaces that all data flow components implement; the other is the IDTSDesigntimeComponent100 interface.

Managed component developers do not need to implement this interface directly but instead derive the methods from the PipelineComponent base class and override its implementation of these methods.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.