在第 1 課中,您建立了「部署教學課程」專案,並且將封裝和輔助檔案加入至專案中。在上一項工作中,您為專案建立了部署公用程式。
在這項工作中,您會確認部署配套的內容。 部署配套就是您將要複製到目的地電腦上並且用來安裝封裝的資料夾。 如果您使用預設值 (bin\Deployment) 作為部署公用程式的位置,則部署配套就是 Integration Services 專案中 [部署教學課程] 資料夾內的 Bin\Deployment 資料夾。
若要確認部署配套的內容
在電腦上找到 bin\Deployment 資料夾。
確認下列檔案存在:
DataTransfer.dtsx
datatransferconfig.dtsconfig
部署教程.SSISDeploymentManifest
LoadXMLData.dtsx
loadxmldataconfig.dtsconfig
NewCustomers.txt
orders.xml
orders.xsd
Readme.txt
以滑鼠右鍵按一下 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>確認 屬性的值
AllowConfigurationChanges為 true ,而且 XML 包含兩個Package封裝的每個元素、四個MiscellaneousFile非封裝檔案中的每個元素,以及兩個ConfigurationFileXML 組態檔的每個專案。結束 Internet Explorer 或文字編輯器。
下一課
使用 Integration Services 保持最新狀態
如需來自Microsoft的最新下載、文章、範例和影片,以及來自社群的所選解決方案,請流覽 MSDN 上的 Integration Services 頁面:
流覽 MSDN 上的 Integration Services 頁面
如需這些更新的自動通知,請訂閱頁面上可用的 RSS 摘要。