Integration Services 語言參考

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

適用於:SQL Server

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

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

Integration Services 目錄會將其資料儲存在不會對使用者顯示的內部資料表中。 不過,它會透過一組可供您查詢的公用檢視來公開您需要的資訊。 它也會提供一組預存程序,讓您可以用來在目錄上執行工作。

您通常會開啟 SQL Server Management Studio 來管理目錄中的 Integration Services 物件。 不過,您也可以直接使用資料庫檢視並呼叫預存程序,或編寫可呼叫 Managed API 的自訂程式碼。 Management Studio 和 Managed API 會查詢檢視並呼叫本節中說明的預存程序,以執行許多工作。

本節內容

檢視 (Integration Services 目錄)
查詢檢視,即可檢查 Integration Services 物件、設定和作業資料。

預存程序 (Integration Services 目錄)
呼叫預存程序,即可加入、移除或修改 Integration Services 物件和設定。

函數 (Integration Services 目錄)
呼叫函式以管理 Integration Services 專案。