【问题标题】:What's the difference between failparentonfailure and propagate in SSISSSIS中的failparentonfailure和propagation有什么区别
【发布时间】:2014-05-12 02:43:26
【问题描述】:

SSIS 中的 failparentonfailure 属性和事件处理程序的传播变量有什么区别? SSIS中的错误事件处理程序和任务失败事件处理程序有什么区别?

【问题讨论】:

标签: ssis


【解决方案1】:

FailParentOnfailure 用于使父容器失败,尽管在父容器上设置了 MaxErrorCount(for 循环、foreach 循环等)。 Propagate 解决方案用于防止事件传播到父级。见http://microsoft-ssis.blogspot.com/2014/05/continue-loop-after-error.html

【讨论】:

  • 如果我将FailParentOnfailure设置为true并将变量propagate设置为false,当任务失败时,父容器会失败吗?
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2017-05-20
  • 2011-10-07
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多