View Package Objects in Package Explorer

This procedure describes how to view the objects within a Integration Services package by using the Package Explorer.

Viewing and Modifying Package Content

To view the package structure and content

  1. In SQL Server Data Tools (SSDT), open the Integration Services project that contains the package you want to view in Package Explorer.

  2. Click the Package Explorer tab.

  3. To view the contents of the Variables, Precedence Constraints, Event Handlers, Connection Managers, Log Providers, or Executables folders, expand each folder.

  4. Depending on the package structure, expand any next-level folders.

To view package object properties

  • Right-click an object and then click Properties to open the Properties window.

To delete an object in a package

  • Right-click an object and then click Delete.

See Also

Tasks

View Package Objects