在第 1 课中,创建了 Deployment Tutorial 项目,并向该项目添加了包和辅助文件;在上一任务中,您为项目生成了部署实用工具。
在此任务中,您将验证部署捆绑的内容。 部署捆绑是将复制到目标计算机并用来安装包的文件夹。 如果将默认值 bin\Deployment 用作部署实用工具的位置,则在 Integration Services 项目中部署捆绑是 Deployment Tutorial 文件夹中的 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
              
              随时了解 Integration Services
 有关来自Microsoft的最新下载、文章、示例和视频,以及来自社区的所选解决方案,请访问 MSDN 上的 Integration Services 页面:
 
              访问 MSDN 上的 Integration Services 页
 若要获得有关这些更新的自动通知,请订阅该页上提供的 RSS 源。