Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Applies to:
SQL Server
SSIS Integration Runtime in Azure Data Factory
As you work programmatically with Integration Services packages, you may want to determine whether an individual package or folder exists, or to manage the folders in which packages are stored. The Application class of the Microsoft.SqlServer.Dts.Runtime namespace provides a variety of methods to satisfy these requirements.
To determine programmatically whether a saved package exists, call one of the following methods before attempting to load and run the package:
Storage Location | Method to Call |
---|---|
SSIS Package Store | ExistsOnDtsServer |
SQL Server | ExistsOnSqlServer |
To determine programmatically whether a folder exists, call one of the following methods before attempting to list the packages stored in the folder, :
Storage Location | Method to Call |
---|---|
SSIS Package Store | FolderExistsOnDtsServer |
SQL Server | FolderExistsOnSqlServer |
The Application class of the Microsoft.SqlServer.Dts.Runtime namespace provides additional methods for managing packages and the folders in which they are stored.
To remove a saved package programmatically, call one of the following methods:
Storage Location | Method to Call |
---|---|
SSIS Package Store | RemoveFromDtsServer |
SQL Server | RemoveFromSqlServer |
To create a storage folder programmatically, call one of the following methods:
Storage Location | Method to Call |
---|---|
SSIS Package Store | CreateFolderOnDtsServer |
SQL Server | CreateFolderOnSqlServer |
To remove a storage folder programmatically, call one of the following methods:
Storage Location | Method to Call |
---|---|
SSIS Package Store | RemoveFolderFromDtsServer |
SQL Server | RemoveFolderFromSqlServer |
To rename a storage folder programmatically, call one of the following methods:
Storage Location | Method to Call |
---|---|
SSIS Package Store | RenameFolderOnDtsServer |
SQL Server | RenameFolderOnSqlServer |
Package Management (SSIS Service)
Enumerating Available Packages Programmatically
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register today