Multiple choice technology databases

SSIS Packages are of type container

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

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.