catalog.create_environment (SSISDB 資料庫)
適用於:SQL Server Azure Data Factory 中的 SSIS Integration Runtime
適用於:SQL Server
在 Integration Services 目錄中建立環境。
語法
catalog.create_environment [ @folder_name = ] folder_name
, [ @environment_name = ] environment_name
[ , [ @environment_description = ] environment_description ]
引數
[@folder_name =] folder_name
包含環境的資料夾名稱。 folder_name 是 nvarchar(128) 。
[@environment_name =] 環境名稱
環境的名稱。 environment_name 是 nvarchar(128) 。
[@environment_description=] environment_description
環境的選擇性描述。 environment_description 是 nvarchar(1024)。
傳回碼值
0 (成功)
結果集
None
權限
這個預存程序需要下列其中一個權限:
資料夾的 READ 和 MODIFY 權限
ssis_admin 資料庫角色的成員資格
資料庫角色
系統管理員伺服器角色的成員資格
錯誤和警告
下列清單將描述可能會引發錯誤或警告的某些條件:
找不到資料夾名稱
指定的資料夾中已有名稱相同的環境
備註
在資料夾中,環境名稱必須是唯一的。