次の方法で共有


ComponentType 列挙体

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

名前空間:  Microsoft.SqlServer.Dts.Pipeline
アセンブリ:  Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)

構文

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

メンバー

メンバー名 説明
DestinationAdapter 1 つ以上の IDTSInput100 オブジェクトがあり、IDTSOutput100 オブジェクトがない変換先として、コンポーネントを識別します。
SourceAdapter 1 つ以上の IDTSOutput100 オブジェクトがあり、IDTSInput100 オブジェクトがない変換元として、コンポーネントを識別します。
Transform IDTSInput100 オブジェクトと IDTSOutput100 オブジェクトがそれぞれ 1 つ以上ある変換として、コンポーネントを識別します。

説明

この列挙は、マネージ データ フロー コンポーネントの機能を識別するときに、DtsPipelineComponentAttribute クラスおよび PipelineComponentInfo クラスにより使用されます。

関連項目

参照

Microsoft.SqlServer.Dts.Pipeline 名前空間