sp_help_agent_profile (Transact-SQL)
Wyświetla profil określonego agenta.Ta procedura przechowywana jest wykonywany na dystrybutor na dowolnej bazy danych.
sp_help_agent_profile [ [ @agent_type = ] agent_type ]
[ , [ @profile_id = ] profile_id ]
Argumenty
[ @agent_type=] agent_type
Is the type of agent.agent_type is int, with a default of 0, and can be one of these values.Wartość
Description
1
Agent migawka
2
Agent odczytywania dziennika
3
Agent dystrybucji
4
Scalanie Agent
9
Kolejka agenta Reader
[ @profile_id=] profile_id
Is the ID of the profile to be displayed.profile_id is int, with a default of -1, which returns all the profiles in the MSagent_profiles table.
Zestawy wyników
Nazwa kolumna |
Typ danych |
Description |
---|---|---|
profile_id |
int |
Identyfikator profilu. |
nazwa_profilu |
sysname |
Unikatowa dla typu agenta. |
agent_type |
int |
1 = $ Agent migawka 2 = $ Agent odczytywania dziennika 3 = $ Agent dystrybucji 4 = $ Agent korespondencji seryjnej 9 = Agent odczytywania kolejki |
Typ |
int |
0 = System 1 = Custom |
Opis |
varchar(3000) |
Opis profilu. |
def_profile |
bit |
Określa, czy ten profil domyślny dla tego typu agenta. |
Wartości kodów powrotnych
0 (sukces) lub 1 (brak)
Remarks
sp_help_agent_profile 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_profile.