In SQL Server Integration Services (SSIS), packages are indeed containers. The package is the top-level container that can hold other containers and tasks. All SSIS containers (including packages, Sequence containers, For Loop, For Each Loop) inherit from the same container base class.