共用方式為


步驟 2:確認部署配套

在第 1 課中,您建立了「部署教學課程」專案,並且將封裝和輔助檔案加入至專案中。在上一項工作中,您為專案建立了部署公用程式。

在這項工作中,您會確認部署配套的內容。部署配套就是您將要複製到目的地電腦上並且用來安裝封裝的資料夾。如果您使用預設值 (bin\Deployment) 作為部署公用程式的位置,則部署配套就是 Integration Services 專案中 [部署教學課程] 資料夾內的 Bin\Deployment 資料夾。

若要確認部署配套的內容

  1. 在電腦上找到 bin\Deployment 資料夾。

  2. 確認下列檔案存在:

    • DataTransfer.dtsx

    • datatransferconfig.dtsconfig

    • Deployment Tutorial.SSISDeploymentManifest

    • LoadXMLData.dtsx

    • loadxmldataconfig.dtsconfig

    • NewCustomers.txt

    • orders.xml

    • orders.xsd

    • Readme.txt

  3. 以滑鼠右鍵按一下 Deployment Tutorial.SSISDeploymentManifest,指向 [開啟方式],然後按一下 [Internet Explorer]。您也可以在「記事本」之類的文字編輯器中開啟此檔案。此檔案的 XML 程式碼應該如下所示:

    <?xml version="1.0"?><DTSDeploymentManifest GeneratedBy="Domain\UserName" GeneratedFromProjectName="Deployment Tutorial" GeneratedDate="2006-02-24T13:29:02.6537669-08:00" AllowConfigurationChanges="true"><Package>DataTransfer.dtsx</Package><Package>LoadXMLData.dtsx</Package><ConfigurationFile>datatransferconfig.dtsconfig</ConfigurationFile><ConfigurationFile>loadxmldataconfig.dtsconfig</ConfigurationFile><MiscellaneousFile>Readme.txt</MiscellaneousFile><MiscellaneousFile>orders.xml</MiscellaneousFile><MiscellaneousFile>NewCustomers.txt</MiscellaneousFile><MiscellaneousFile>orders.xsd</MiscellaneousFile></DTSDeploymentManifest>

  4. 確認 AllowConfigurationChanges 屬性的值為 true ,而且 XML 中的兩個封裝都各包含 Package 元素,四個非封裝檔案都各包含 MiscellaneousFile 元素,以及兩個 XML 組態檔都各包含 ConfigurationFile 元素。

  5. 結束 Internet Explorer 或文字編輯器。

下一課

第 3 課:安裝封裝

Integration Services 圖示 (小) 掌握 Integration Services 的最新狀態

若要取得 Microsoft 的最新下載、文件、範例和影片以及社群中的選定解決方案,請瀏覽 MSDN 或 TechNet 上的 Integration Services 頁面:

若要得到這些更新的自動通知,請訂閱該頁面上所提供的 RSS 摘要。