语言

ComponentType 枚举

定义

规定了三种类型的数据流组成部分。

public enum class ComponentType
public enum ComponentType
type ComponentType = 
Public Enum ComponentType
继承
ComponentType

字段

名称 说明
Transform 0

将一个组件标识为一个变换,该变换既包含一个或多个 IDTSInput100 对象,也包含一个或多个 IDTSOutput100 对象。

SourceAdapter 1

将一个组件标识为源,该组件包含一个或多个 IDTSOutput100 对象但没有 IDTSInput100 对象。

DestinationAdapter 2

将一个组件标识为目标,目标包含一个或多个 IDTSInput100 对象且没有 IDTSOutput100 对象。

注解

该枚举被 DtsPipelineComponentAttribute 类用来 PipelineComponentInfo 识别受管理数据流组件的功能。

适用于