DtsPipelineComponentAttribute.ComponentType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将组件标识为源、目的或转换。
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 利用该属性在 数据流 Items 工具箱中,从上到下将组件分组为源组件,然后是转换组件,最后是目的组件。
注释
当你向 数据流 Items 工具箱添加新组件时,它会出现在可用组件列表的底部。 要重新组合组件,请右ComponentType键点击工具箱,点击重置,然后关闭并重新打开 SQL Server Data Tools(SSDT)。