IDTSRuntimeComponent90 Interface

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

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
<GuidAttribute("AE9DA26D-2AFB-4217-8A4C-49CECC0620FE")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSRuntimeComponent90
[GuidAttribute("AE9DA26D-2AFB-4217-8A4C-49CECC0620FE")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSRuntimeComponent90
[GuidAttribute(L"AE9DA26D-2AFB-4217-8A4C-49CECC0620FE")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSRuntimeComponent90
/** @attribute GuidAttribute("AE9DA26D-2AFB-4217-8A4C-49CECC0620FE") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSRuntimeComponent90
GuidAttribute("AE9DA26D-2AFB-4217-8A4C-49CECC0620FE") 
TypeLibTypeAttribute(4160) 
public interface IDTSRuntimeComponent90

주의

The IDTSRuntimeComponent90 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 IDTSDesigntimeComponent90 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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDTSRuntimeComponent90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace