Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.54 KB

File metadata and controls

55 lines (37 loc) · 1.54 KB
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

catalog.delete_environment_reference (SSISDB Database)

[!INCLUDEssis-appliesto]

[!INCLUDEtsql-appliesto-ss2012-xxxx-xxxx-xxx-md]

Deletes an environment reference from a project in the [!INCLUDEssISnoversion] catalog.

Syntax

delete_environment_reference [ @reference_id = ] reference_id  

Arguments

[ @reference_id = ] reference_id
The unique identifier of the environment reference. The reference_id is bigint.

Return Code Value

0 (success)

Result Sets

None

Permissions

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

Errors and Warnings

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