共用方式為


建立 Integration Services 專案

在 SQL Server Management Studio 和 Business Intelligence Development Studio 中,專案是群組相關檔案的容器。例如,建立特定 ETL 方案時所需的檔案,包括封裝、資料來源和資料來源檢視定義等,都是專案的一部分。

您可以在 Integration Services 專案中開發 SQL Server 2005 Integration Services (SSIS) 封裝。

專案會儲存在方案中。您可以先建立方案,然後將 Integration Services 專案加入方案。如果沒有方案存在,Business Intelligence Development Studio 會在您第一次建立專案時自動為您建立一個方案。方案可以包含多個不同類型的專案。

Integration Services 專案會管理資料來源、資料來源檢視和封裝的物件定義。資料來源、資料來源檢視和封裝的檔案,會儲存在 Integration Services 專案中的個別資料夾內。

下圖顯示 Integration Services 專案中的資料夾。

Integration Services 專案和資料夾

若要使用 Integration Services 專案,您必須安裝 Business Intelligence Development Studio 環境。如需詳細資訊,請參閱<安裝 SQL Server Integration Services>和<安裝 SQL Server 2005>。

Integration Services 專案中的資料夾

下表描述顯示在 Integration Services 專案中的資料夾。

資料夾 描述

資料來源

包含可由多個封裝參考的專案層級資料來源。如需詳細資訊,請參閱<資料來源 (SSIS)>。

資料來源檢視

包含資料來源檢視,這些檢視是建立在資料來源上,並可由來源、轉換和目的地所參考。如需詳細資訊,請參閱<資料來源檢視 (SSIS)>。

SSIS 封裝

包含封裝。如需詳細資訊,請參閱<Integration Services 封裝>和<設計和建立 Integration Services 封裝>。

其他

包含來源、資料來源檢視或封裝檔案以外的檔案。

Integration Services 專案中的檔案

當您將新的或現有的 Integration Services 專案加入方案時,Business Intelligence Development Studio 會建立副檔名為 .dtproj、.dtproj.user 和 .database 的專案檔案。

  • *.dtproj 檔案包含有關專案組態以及資料來源和封裝等項目的資訊。
  • *.dtproj.user 檔案包含有關您在使用專案時的偏好設定之資訊。
  • *.database 檔案包含 Business Intelligence Development Studio 在開啟 Integration Services 專案時所需的資訊。

使用 Integration Services 專案

如需有關如何使用 Integration Services 專案的詳細資訊,請按下列其中一個主題:

請參閱

概念

建立方案

說明及資訊

取得 SQL Server 2005 協助