sp_help_agent_parameter (języka Transact-SQL)
Zwraca wszystkie parametry profil z MSagent_parameters (języka Transact-SQL) tabela systemowa. Ta procedura przechowywana jest wykonywany na Dystrybutor, w którym agent jest uruchomiony, w dowolnej bazy danych.
sp_help_agent_parameter [ [ @profile_id = ] profile_id ]
Argumenty
- [ @profile_id=] profile_id
Is the ID of the profile from the MSagent_parameters (języka Transact-SQL) table.profile_id is int, with a default of -1, which returns all parameters.
Zestawy wyników
Nazwa kolumna |
Typ danych |
Description |
---|---|---|
profile_id |
int |
Identyfikator profilu agenta. |
parameter_name |
nazwa_systemu |
Nazwa parametru. |
wartość |
nvarchar(255) |
Wartość parametru. |
Wartości kodów powrotnych
0 (sukces) lub 1 (brak)
Remarks
sp_help_agent_parameter jest używany we wszystkich typach replikacja.
Uprawnienia
Tylko członkowie sysadmin Rola serwera lub replmonitor stała rola bazy danych może być wykonywany sp_help_agent_parameter.