DtsPipelineComponentAttribute.ComponentType プロパティ

定義

コンポーネントをソース、宛先、または変換として識別します。

public:
 property Microsoft::SqlServer::Dts::Pipeline::ComponentType ComponentType { Microsoft::SqlServer::Dts::Pipeline::ComponentType get(); void set(Microsoft::SqlServer::Dts::Pipeline::ComponentType value); };
public Microsoft.SqlServer.Dts.Pipeline.ComponentType ComponentType { get; set; }
member this.ComponentType : Microsoft.SqlServer.Dts.Pipeline.ComponentType with get, set
Public Property ComponentType As ComponentType

プロパティ値

ComponentType列挙体の値。

注釈

このオプションプロパティは、コンポーネントをソース、変換、または宛先コンポーネントとして識別します。 SSIS Designerはこの属性を使って、Data Flow Items Toolbox内のコンポーネントを上から下へ、ソースコンポーネント、次に変換コンポーネント、最後に目的地コンポーネントでグループ化します。

Note

新しいコンポーネントをData Flow Itemsツールボックスに追加すると、利用可能なコンポーネントのリストの一番下に表示されます。 コンポーネントを再グループ化するには、ツールボックスを右クリックしてリセットをクリックし、ComponentTypeSQL Server Data Toolsを閉じて再開してください(SSDT)。

適用対象