sp_add_agent_parameter (Transact-SQL)
Dodaje nowy parametr i jego wartość do profilu programu agent.Ta procedura przechowywana jest wykonywany na dystrybutor na dowolnej bazy danych.
sp_add_agent_parameter [ @profile_id = ] profile_id
, [ @parameter_name = ] 'parameter_name'
, [ @parameter_value = ] 'parameter_value'
Argumenty
[ @profile_id= ] profile_id
Is the ID of the profile from the MSagent_profiles table in the msdb database.profile_id is int, with no default.Aby dowiedzieć się, jaki typ agenta, to profile_id Znajdowanie reprezentuje, profile_id w MSagent_profiles (Transact-SQL) Tabela, a następnie zanotuj agent_type wartość pole. Wartości są następujące:
Wartość
Description
1
Agent migawka
2
Agent odczytywania dziennika
3
Agent dystrybucji
4
Scalanie Agent
9
Kolejka agenta Reader
[ @parameter_name= ] 'parameter_name'
Is the name of the parameter.parameter_name is sysname, with no default.Aby uzyskać listę parametrów już zdefiniowanych w systemie profilów zobacz Replication Agent Profiles. Aby uzyskać pełną listę prawidłowych parametrów dla każdego agenta zobacz następujące tematy:[ @parameter_value=] 'parameter_value'
Is the value to be assigned to the parameter.parameter_value is nvarchar(255), with no default.
Wartości kodów powrotnych
0 (sukces) lub 1 (brak)
Remarks
sp_add_agent_parameter jest używany w replikacja migawka, replikacji transakcyjnej i replikacja łączenia.
Uprawnienia
Tylko członkowie sysadmin stała rola serwera mogą być wykonać sp_add_agent_parameter.
See Also