视图(Integration Services 目录)

适用于:SQL Server Azure 数据工厂中的 SSIS Integration Runtime

本节介绍可用于管理已部署到 SQL Server 实例的 Integration Services 项目的 Transact-SQL 视图。

查询 Integration Services 视图以检查存储在 SSISDB 目录中的对象、设置和操作数据。

目录的默认名称为 SSISDB。 目录中存储的对象包括项目、包、参数环境和操作历史记录。

您可以直接使用数据库视图和存储过程,或者编写调用托管 API 的自定义代码。 Management Studio 和托管 API 查询这些视图,并调用本节中介绍的存储过程来执行许多任务。

本节内容

catalog.catalog_properties(SSISDB 数据库)
显示 Integration Services 目录的属性。

catalog.effective_object_permissions(SSISDB 数据库)
显示 Integration Services 目录中所有对象的当前主体的有效权限。

catalog.environment_variables(SSISDB 数据库)
显示 Integration Services 目录中所有环境的环境变量详细信息。

catalog.environments(SSISDB 数据库)
显示 Integration Services 目录中所有环境的环境详细信息。 环境包含可由 Integration Services 项目引用的变量。

catalog.execution_parameter_values(SSISDB 数据库)
显示 Integration Services 包在执行实例过程中使用的实际参数值。

catalog.executions(SSISDB 数据库)
在 Integration Services 目录中显示包执行的实例。 通过“执行包”任务执行的包在同一个执行实例中作为父包运行。

catalog.explicit_object_permissions(SSISDB 数据库)
仅显示已显式分配给此用户的权限。

catalog.extended_operation_info(SSISDB 数据库)
显示 Integration Services 目录中所有操作的扩展信息。

catalog.folders(SSISDB 数据库)
显示 Integration Services 目录中的文件夹。

catalog.object_parameters(SSISDB 数据库)
显示 Integration Services 目录中所有包和项目的参数。

catalog.object_versions(SSISDB 数据库)
显示 Integration Services 目录中对象的版本。 在此版本中,此视图只支持项目的版本。

catalog.operation_messages(SSISDB 数据库)
显示在 Integration Services 目录中执行操作期间记录的消息。

catalog.operations(SSISDB 数据库)
显示 Integration Services 目录中所有操作的详细信息。

catalog.packages(SSISDB 数据库)
显示 Integration Services 目录中显示的所有包的详细信息。

catalog.environment_references(SSISDB 数据库)
显示 Integration Services 目录中所有项目的环境引用。

catalog.projects(SSISDB 数据库)
显示 Integration Services 目录中显示的所有项目的详细信息。

catalog.validations(SSISDB 数据库)
显示 Integration Services 目录中所有项目和包验证的详细信息。

catalog.master_properties(SSISDB 数据库)
显示 Integration Services Scale Out Master 的属性。

catalog.worker_agents(SSISDB 数据库)
显示 Integration Services Scale Out Worker 的信息。