Share via


檢視 (Integration Services 目錄)

適用於:SQL ServerAzure Data Factory 中的 SSIS Integration Runtime

本節描述用於管理 Integration Services 專案 (已部署至 SQL Server 的執行個體) 的 Transact-SQL 檢視。

查詢 Integration Services 檢視,來檢查 SSISDB 目錄中儲存的物件、設定和作業資料。

目錄的預設名稱為 SSISDB。 儲存在目錄中的物件包含了專案、封裝、參數、環境和作業歷程記錄。

您可以直接使用資料庫檢視和預存程序,或撰寫可呼叫 Managed API 的自訂程式碼。 Management Studio 和受控 API 會查詢檢視並呼叫本節中描述的預存程序,以執行許多工作。

本節內容

catalog.catalog_properties (SSISDB 資料庫)
顯示 Integration Services 目錄的屬性。

catalog.effective_object_permissions (SSISDB 資料庫)
針對 Integration Services 目錄中的所有物件顯示目前主體的有效權限。

catalog.environment_variables (SSISDB 資料庫)
針對 Integration Services 目錄中的所有環境顯示環境變數詳細資料。

catalog.environments (SSISDB 資料庫)
針對 Integration Services 目錄中的所有環境顯示環境詳細資料。 環境包含可由 Integration Services 專案參考的變數。

catalog.execution_parameter_values (SSISDB 資料庫)
顯示執行個體執行期間 Integration Services 套件所使用的實際參數值。

catalog.executions (SSISDB 資料庫)
顯示 Integration Services 目錄中套件執行的執行個體。 以 [封裝執行工作] 執行的封裝會使用與父封裝的相同執行執行個體來執行。

catalog.explicit_object_permissions (SSISDB 資料庫)
只顯示已明確指派給使用者的權限。

catalog.extended_operation_info (SSISDB 資料庫)
顯示 Integration Services 目錄中所有作業的擴充資訊。

catalog.folders (SSISDB 資料庫)
在 Integration Services 目錄中顯示資料夾。

catalog.object_parameters (SSISDB 資料庫)
顯示 Integration Services 目錄中所有套件和專案的參數。

catalog.object_versions (SSISDB 資料庫)
顯示 Integration Services 目錄中的物件版本。 在這個版本中,這個檢視僅支援部分專案版本。

catalog.operation_messages (SSISDB 資料庫)
顯示在 Integration Services 目錄中的作業期間所記錄的訊息。

catalog.operations (SSISDB 資料庫)
顯示 Integration Services 目錄中所有作業的詳細資料。

catalog.packages (SSISDB 資料庫)
針對 Integration Services 目錄中出現的所有作業顯示詳細資料。

catalog.environment_references (SSISDB 資料庫)
顯示 Integration Services 目錄中所有專案的環境參考。

catalog.projects (SSISDB 資料庫)
針對 Integration Services 目錄中出現的所有套件顯示詳細資料。

catalog.validations (SSISDB 資料庫)
顯示 Integration Services 目錄中所有專案和套件驗證的詳細資料。

catalog.master_properties (SSISDB 資料庫)
顯示 Integration Services Scale Out Master 的屬性。

catalog.worker_agents (SSISDB 資料庫)
顯示 Integration Services Scale Out Worker 的屬性。