Quantcast
Viewing latest article 2
Browse Latest Browse All 4

Answer by IT1

I figured out the answer..... A good way to achieve Control Flow based on a Condition is by using a dummy script task and set the TaskResult property to success. Public Class ScriptMain Public Sub Main() Dts.TaskResult = Dts.Results.Success End Sub End Class You can then add precedence constraints on the Containers/Tasks to direct your control flow. For E.g., Double click on the connecting arrow and Add an Expression as a precedence constraint -

Viewing latest article 2
Browse Latest Browse All 4

Trending Articles