sp_drop_agent_profile (Transact-SQL)
卸除 MSagent_profiles 資料表中的設定檔。這個預存程序執行於任何資料庫中的散發者端。
語法
sp_drop_agent_profile [ @profile_id = ] profile_id
引數
- [@profile_id=] profile_id
這是要卸除的設定檔識別碼。profile_id 是 int,沒有預設值。
傳回碼值
0 (成功) 或 1 (失敗)
備註
sp_drop_agent_profile 用於所有類型的複寫中。
MSagent_parameters 資料表中給定設定檔的參數也會卸除。
權限
只有系統管理員 (sysadmin) 固定伺服器角色的成員,才能夠執行 sp_drop_agent_profile。