Udostępnij za pośrednictwem


sp_help_agent_default (Transact-SQL)

Pobiera identyfikator konfiguracja domyślnej dla typu agenta przekazane jako parametr.Ta procedura przechowywana jest wykonywana na Dystrybutor, na dowolnej bazy danych.

Topic link iconKonwencje składni języka Transact-SQL

sp_help_agent_default [ @profile_id= ] profile_id OUTPUT 
        , [ @agent_type = ] agent_type

Argumenty

  • [ @profile_id=] profile_idOUTPUT
    Is the ID of the default configuration for the type of agent.profile_id is int, with no default.profile_id is also an OUTPUT parameter and returns the ID of the default configuration for the type of agent.

  • [ @agent_type=] 'agent_type'
    Is the type of agent.agent_type is int, with no default, and can be one of these values.

    Wartość

    Description

    1

    Agent migawka.

    2

    Agent odczytywania dziennika.

    3

    Agent dystrybucji.

    4

    Scalanie agenta.

    9

    Kolejka agenta Reader

Wartości kodów powrotnych

0 (sukces) lub 1 (brak)

Remarks

sp_help_agent_default 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_default.

See Also

Other Resources