我正在创建一个SSIS包,该包必须使用包部署模型而不是项目部署模型。
我打开了包裹配置
配置类型为SQL Server
配置设置“连接”已设置为有效的SQL Server
配置设置配置表已设置为dbo。[SSIS配置]
dbo。[SSIS配置]有3条记录:
ConfigurationFilter ConfiguredValue PackagePath ConfiguredValueType
dev Dev_Exclude \Package.Variables[User::FileSystem_IntakeExcludedFolders].Properties[Value] String
staging Staging_Exclude \Package.Variables[User::FileSystem_IntakeExcludedFolders].Properties[Value] String
prod Prod_Exclude \Package.Variables[User::FileSystem_IntakeExcludedFolders].Properties[Value] String
在开发环境中,我可以手动将配置过滤器设置为dev,staging或prod,并查看预期结果
问题是:在运行时,如何将参数传递给将ConfigurationFilter从dev更改为prod的包?