SSIS error&failure event-handler propagate属性
根据 MaximumErrorCount 的设定, error数量到达这个数值后,对应的task或者package会fail.
父控件或者container也会计算其子task的error量,数量到达MaximumErrorCount 也会报fail.
event-handler中的变量 propagate使用于event handler系统的传播的, 不能阻止子task的error被父container计算.
package也有MaximumErrorCount 值,所以包调用包时要注意.