Creating a Basic Package
Packages provide data integration functionality. For more information on package properties, see the Package Element.
New packages can be created from the Home ribbon tab, or from the context menu for packages in the logical view. For this example, select the Package button on the Home tab of the ribbon bar.
The package designer should be open on the left, if not Double-click the new package in the logical view to open the package designer.
Note the Package Details tool window, which allows you to edit the package properties. This tool window will update with an editor for any selected item on the package, including tasks and components. If the Package Details tool window is not visible, you can show it by selecting the View..Details item from the Home ribbon tab.
Change the name of the package using the name field of the Package Details tool window. For the tutorial, name the package "LoadCustomer".
The AutoCreateConfigurationsType property controls whether configurations are automatically generated for all database connections used in the package. Setting it to None turns generation off, while setting it to XML or SQL generates configurations of the related type at compile time.
After adding the package, you should save the project.