MSagent_profiles 表中每个定义的复制代理程序配置文件占一行。该表存储在 msdb 数据库中。
列名 | 数据类型 | 描述 |
---|---|---|
profile_id | int | 配置文件 ID。 |
profile_name | sysname | 代理程序类型的唯一配置文件名。 |
agent_type | int | 代理程序类型: 1 = 快照代理程序 |
type | int | 配置文件的类型: 0 = 系统 |
description | nvarchar(3000) | 对配置的描述。 |
def_profile | bit | 指定该配置是否为该代理程序类型的默认设置。 |