ComponentType Enumeration
Specifies the three types of data flow components.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
구문
‘선언
Public Enumeration ComponentType
public enum ComponentType
public enum class ComponentType
public enum ComponentType
public enum ComponentType
Members
Member name | Description |
---|---|
DestinationAdapter | Identifies a component as a destination, which has one or more IDTSInput90 objects and no IDTSOutput90 objects. |
SourceAdapter | Identifies a component as a source, which has one or more IDTSOutput90 objects and no IDTSInput90 objects. |
Transform | Identifies a component as a transformation, which has both one or more IDTSInput90 objects and one or more IDTSOutput90 objects. |
주의
This enumeration is used by the DtsPipelineComponentAttribute class and the PipelineComponentInfo class to identify the functionality of a managed data flow component.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.