다음을 통해 공유


ComponentType 열거형

Specifies the three types of data flow components.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
Public Enumeration ComponentType
‘사용 방법
Dim instance As ComponentType
public enum ComponentType
public enum class ComponentType
type ComponentType
public enum ComponentType

멤버

멤버 이름 설명
Transform Identifies a component as a transformation, which has both one or more IDTSInput100 objects and one or more IDTSOutput100 objects.
SourceAdapter Identifies a component as a source, which has one or more IDTSOutput100 objects and no IDTSInput100 objects.
DestinationAdapter Identifies a component as a destination, which has one or more IDTSInput100 objects and no IDTSOutput100 objects.

주의

This enumeration is used by the DtsPipelineComponentAttribute class and the PipelineComponentInfo class to identify the functionality of a managed data flow component.