MSagent_profiles 表中每個定義的復(fù)制代理程序配置文件占一行。該表存儲在 msdb 數(shù)據(jù)庫中。
| 列名 | 數(shù)據(jù)類型 | 描述 |
|---|---|---|
| profile_id | int | 配置文件 ID。 |
| profile_name | sysname | 代理程序類型的唯一配置文件名。 |
| agent_type | int | 代理程序類型: 1 = 快照代理程序 |
| type | int | 配置文件的類型: 0 = 系統(tǒng) |
| description | nvarchar(3000) | 對配置的描述。 |
| def_profile | bit | 指定該配置是否為該代理程序類型的默認(rèn)設(shè)置。 |