In BIDS right click on the solution and pres Add New Biml File
Give it a meaning full name and open the script:
Biml tries to follow the standard XML coventions so let's start with some comments:
Let's add a package:
The ConstraintMode indicates how the connections between elements are handeld by default.
Let's add some sequence containers:
And tie them together:
Now generate the package:
Check the Content:
Till Next Time