DTSPipelineComponentType 列挙型

定義

パイプラインのコンポーネントをカテゴリごとに分類します。

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

フィールド

名前 説明
DTSPCT_TRANSFORM 0

コンポーネントは変換です。

DTSPCT_SOURCEADAPTER 1

コンポーネントはソースです。

DTSPCT_DESTINATIONADAPTER 2

コンポーネントは目的地です。

DTSPCT_VIEW 3

コンポーネントはビューです。

注釈

詳細については、DTSPipelineComponentTypeを参照してください。

適用対象