catalog.environments (SSISDB Database)
Displays the environment details for all environments in the Integration Services catalog. Environments contain variables that can be referenced by Integration Services projects.
|
Column name |
Data type |
Description |
|---|---|---|
|
environment_id |
bigint |
The unique identifier (ID) of the environment. |
|
name |
sysname |
The name of the environment. |
|
folder_id |
bigint |
The unique ID of the folder in which the environment resides. |
|
description |
nvarchar(1024) |
The description of the environment. This value is optional. |
|
created_by_sid |
varbinary(85) |
The security identifier (SID) of the user who created the environment. |
|
created_by_name |
nvarchar(128) |
The name of the user who created the environment. |
|
created_time |
datetimeoffset |
The date and time at which the environment was created. |

Note