DtsPipelineComponentAttribute.ComponentType プロパティ
コンポーネントを、変換元、変換先、または変換として識別します。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)
構文
'宣言
Public Property ComponentType As ComponentType
Get
Set
'使用
Dim instance As DtsPipelineComponentAttribute
Dim value As ComponentType
value = instance.ComponentType
instance.ComponentType = value
public ComponentType ComponentType { get; set; }
public:
property ComponentType ComponentType {
ComponentType get ();
void set (ComponentType value);
}
member ComponentType : ComponentType with get, set
function get ComponentType () : ComponentType
function set ComponentType (value : ComponentType)
プロパティ値
型: Microsoft.SqlServer.Dts.Pipeline.ComponentType
ComponentType 列挙の値です。
説明
このオプションのプロパティは、変換元、変換、または変換先コンポーネントとしてコンポーネントを識別します。 SSIS デザイナーは、この属性を使用して、データ フロー項目ツールボックス内のコンポーネントを、最初に変換元コンポーネント、次に変換コンポーネント、最後に変換先コンポーネントの順で、上から下までグループ化します。
注 |
---|
データ フロー項目ツールボックスに新しいコンポーネントを追加すると、利用可能なコンポーネントの一覧の下部に表示されます。 ComponentType でコンポーネントを再グループ化するには、ツールボックスを右クリックし、[リセット] をクリックして、SQL Server データ ツール (SSDT) を閉じ、再度これを開きます。 |