sp_change_agent_profile (Transact-SQL)
變更 MSagent_profiles (Transact-SQL) 資料表所儲存之複寫代理程式設定檔的參數。 這個預存程序執行於任何資料庫中的散發者端。
語法
sp_change_agent_profile [ @profile_id = ] profile_id
, [ @property = ] 'property'
, [ @value = ] 'value'
引數
[ @profile_id= ] profile_id
這是設定檔的識別碼。 profile_id 是 int,沒有預設值。[ @property= ] 'property'
屬性的名稱。 property 是 sysname,沒有預設值。[ @value= ] 'value'
這是屬性的新值。 value 是 nvarchar(3000),沒有預設值。這份資料表描述可變更的設定檔屬性。
屬性
說明
description
設定檔的描述。
傳回碼值
0 (成功) 或 1 (失敗)
備註
sp_change_agent_profile 用於所有類型的複寫中。
權限
只有系統管理員 (sysadmin) 固定伺服器角色的成員,才能夠執行 sp_change_agent_profile。
請參閱
參考
sp_add_agent_profile (Transact-SQL)
sp_drop_agent_profile (Transact-SQL)