sp_change_agent_profile (języka Transact-SQL)
Zmiany parametrów profilu agent replikacja są przechowywane w MSagent_profiles (Transact-SQL) tabela.Ta procedura składowana jest wykonywany na dystrybutora na dowolnej bazy danych.
Składnia
sp_change_agent_profile [ @profile_id = ] profile_id
, [ @property = ] 'property'
, [ @value = ] 'value'
Argumenty
[ @profile_id= ] profile_id
Is the ID of the profile.profile_id is int, with no default.[ @property= ] 'property'
Is the name of the property.property is sysname, with no default.[ @value= ] 'value'
Is the new value of the property.value is nvarchar(3000), with no default.Ta tabela zawiera opis właściwości profilu, które mogą być zmieniane.
Właściwość
Opis
Opis
Opis profilu.
Wartości kodów powrotnych
0 (sukces) lub 1 (błąd)
Uwagi
sp_change_agent_profile jest używana we wszystkich typach replikacja.
Uprawnienia
Tylko członkowie sysadmin stała rola serwera można wykonać sp_change_agent_profile.