| title | catalog.delete_environment_reference (SSISDB Database) | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 03/06/2017 |
| ms.prod | sql |
| ms.prod_service | integration-services |
| ms.reviewer | |
| ms.technology | integration-services |
| ms.topic | language-reference |
| ms.assetid | 1f68f157-c4e9-412c-92b3-53a2faaba29b |
| author | chugugrace |
| ms.author | chugu |
[!INCLUDEssis-appliesto]
[!INCLUDEtsql-appliesto-ss2012-xxxx-xxxx-xxx-md]
Deletes an environment reference from a project in the [!INCLUDEssISnoversion] catalog.
delete_environment_reference [ @reference_id = ] reference_id [ @reference_id = ] reference_id
The unique identifier of the environment reference. The reference_id is bigint.
0 (success)
None
This stored procedure requires one of the following permissions:
-
MODIFY permission on the project
-
Membership to the ssis_admin database role
-
Membership to the sysadmin server role
The following list describes some conditions that may raise an error or warning:
-
The environment reference identifier is not valid
-
The user does not have the appropriate permissions