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 设计器使用此属性将数据流项工具箱中的组件从上到下分组,先使用源组件,然后转换组件,最后是目标组件。
注意
将新组件添加到数据流“项”工具箱时,它将显示在可用组件列表的底部。 若要通过ComponentType右键单击工具箱重新对组件进行分组,请单击“重置”,然后关闭并重新打开SQL SERVER DATA TOOLS (SSDT) 。