DTSPipelineComponentType 列挙体

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

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

名前空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSRuntimeWrap (Microsoft.SqlServer.DTSRuntimeWrap.dll)

構文

'宣言
Public Enumeration DTSPipelineComponentType
'使用
Dim instance As DTSPipelineComponentType
public enum DTSPipelineComponentType
public enum class DTSPipelineComponentType
type DTSPipelineComponentType
public enum DTSPipelineComponentType

メンバー

メンバー名 説明
DTSPCT_DESTINATIONADAPTER コンポーネントは変換先です。
DTSPCT_SOURCEADAPTER コンポーネントは変換元です。
DTSPCT_TRANSFORM コンポーネントは変換です。
DTSPCT_VIEW コンポーネントはビューです。

説明

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

関連項目

参照

Microsoft.SqlServer.Dts.Runtime.Wrapper 名前空間