Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to:
SQL Server
The MSagent_parameters table contains parameters associated with an agent profile. The parameter names are the same as those supported by the agent. This table is stored in the msdb database.
| Column name | Data type | Description |
|---|---|---|
| profile_id | int | The profile ID from the MSagent_profiles table. |
| parameter_name | sysname | The name of the parameter. |
| value | nvarchar(255) | The value of the parameter. |
See Also
Replication Tables (Transact-SQL)
Replication Views (Transact-SQL)