MSagent_profiles (Transact-SQL)
The MSagent_profiles tabela contains one row for each defined replikacja agent profile.W tej tabela są przechowywane w msdb bazy danych.
Nazwa kolumna |
Typ danych |
Description |
---|---|---|
profile_id |
int |
Identyfikator profilu. |
profile_name |
sysname |
Nazwa profilu unikatowe dla typu agenta. |
agent_type |
int |
Typ agenta: 1 = $ Agent migawka 2 = $ Agent odczytywania dziennika 3 = $ Agent dystrybucji 4 = $ Agent korespondencji seryjnej 9 = Agent odczytywania kolejki |
Typ |
int |
Typ profilu: 0 = System1 = Custom |
description |
nvarchar(3000) |
Opis profilu. |
def_profile |
bit |
Określa, czy ten profil domyślny dla tego typu agenta. |
See Also