catalog.environment_variables (SSISDB Database)

Applies to: SQL Server SSIS Integration Runtime in Azure Data Factory

Displays the environment variable details for all environments in the Integration Services catalog.

Column name Data type Description
variable_id bigint The unique identifier (ID) of the environment variable.
environment_id bigint The unique ID of the environment that the variable is associated with.
name sysname The name of the environment variable.
description nvarchar(1024) The description of the environment variable.
type nvarchar(128) The data type of the environment variable.
sensitive bit When the value is 1, the variable is sensitive and is encrypted when it is stored. When the value is 0, the variable is not sensitive and the value is stored in plaintext.
value sql_variant The value of the environment variable. When sensitive is 0, the plaintext value is shown. When sensitive is 1, the NULL value is displayed.

Remarks

This view displays a row for each environment variable in the catalog.

Permissions

This view requires one of the following permissions:

  • READ permission on the corresponding environment

  • Membership to the ssis_admin database role

  • Membership to the sysadmin server role

Note

When you have permission to perform an operation on the server, you also have permission to view information about the operation. Row-level security is enforced; only rows that you have permission to view are displayed.