MSagent_parameters (Transact-SQL)
適用於:SQL Server
MSagent_parameters數據表包含與代理程式配置檔相關聯的參數。 參數名稱與代理程式所支援的名稱相同。 此數據表會儲存在 msdb 資料庫中。
資料行名稱 | 資料類型 | 描述 |
---|---|---|
profile_id | int | 來自MSagent_profiles數據表的配置檔標識碼。 |
parameter_name | sysname | 參數名稱。 |
value | nvarchar(255) | 參數的值。 |