本文介绍了CheckpointUsage“始终”属性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我对CheckpointUsage属性"ALWAYS"感到困惑。价值。


我已经阅读了很多关于相同的博客,并得出了一个结论: 


1。切勿将此属性设置为"始终",因为它会导致程序包失败。


2。始终将此属性设置为"IfExists"。


但是我的问题是,"ALWAYS"的用途是什么?属性然后,因为它导致包失败。是否有任何情况,我们可以使用"总是"的情况。选项?

解决方案

Hi,

I am confused with the CheckpointUsage property "ALWAYS" value.

I've read many blogs regarding the same and came to one conclusion that 

1. Never set this property as "ALWAYS", as it will cause the package failure.

2. Always set this property as "IfExists".

But here my question is, what is the use of "ALWAYS" property then, as it causing the package failure. Are there any scenarios, where we can use the "ALWAYS" option?

解决方案


这篇关于CheckpointUsage“始终”属性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-01 23:55