Udostępnij za pośrednictwem


sp_update_agent_profile (języka Transact-SQL)

Aktualizuje profil używany przez agenta replikacja.Ta procedura przechowywana jest wykonywany na dystrybutor baza danych dystrybucji.

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


sp_update_agent_profile [@agent_type=] agent_type, [ @agent_id= ] agent_id, [ @profile_id= ] profile_id

Argumenty

  • [@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

    Agent Reader kolejki.

  • [@agent_id=] agent_id
    Is the ID of the agent.agent_id is int, with no default.

  • [@profile_id=] profile_id
    Is the ID of the profile that the agent should use.profile_id is int, with no default.Aby wyświetlić listę profilów zdefiniowanych dla każdego agenta, należy użyć sp_help_agent_profile (Transact-SQL). Aby uzyskać więcej informacji o systemie profilów zobacz Replication Agent Profiles.

Wartości kodów powrotnych

0 (sukces) lub 1 (brak)

Remarks

sp_update_agent_profile jest używany we wszystkich typach replikacja.

Uprawnienia

Tylko członkowie sysadmin stała rola serwera mogą być wykonać sp_update_agent_profile.