ComponentType 列挙型

定義

3種類のデータフローコンポーネントを規定します。

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

フィールド

名前 説明
Transform 0

コンポーネントを変換として識別し、1つ以上の IDTSInput100 オブジェクトと1つ以上の IDTSOutput100 オブジェクトの両方を持ちます。

SourceAdapter 1

コンポーネントをソースとして識別し、1つ以上の IDTSOutput100 オブジェクトを持ち、 IDTSInput100 オブジェクトは含まれません。

DestinationAdapter 2

1つ以上の IDTSInput100 オブジェクトを持ち、 IDTSOutput100 オブジェクトがない宛先としてコンポーネントを識別します。

注釈

この列挙は、 DtsPipelineComponentAttribute クラスと PipelineComponentInfo クラスによって管理されたデータフローコンポーネントの機能を識別するために使われます。

適用対象