Sets the property of an environment in the Integration Services catalog.
set_environment_property [ @folder_name = ] folder_name , [ @environment_name = ] environment_name , [ @property_name = ] property_name , [ @property_value = ] property_value
The name of the folder that contains the environment. The folder_name is nvarchar(128).
The name of the environment. The environment_name is nvarchar(128).
The name of an environment property. The property_name is nvarchar(128).
The value of the environment property. The property_value is nvarchar(1024).
0 (success)
None
This stored procedure requires one of the following permissions:
READ and MODIFY permissions on the environment
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 folder name is not valid
The property name is not valid
The environment name is not valid
In this release, only the Description property can be set. The property value for the Description property cannot exceed 4000 characters.