DTSPipelineComponentType 列挙型

定義

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

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

フィールド

DTSPCT_DESTINATIONADAPTER 2

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

DTSPCT_SOURCEADAPTER 1

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

DTSPCT_TRANSFORM 0

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

DTSPCT_VIEW 3

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

注釈

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

適用対象