नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Applies to:
SQL Server
The MSagent_profiles table contains one row for each defined replication agent profile. This table is stored in the msdb database on the Distributor.
| Column name | Data type | Description |
|---|---|---|
profile_id |
int | The profile ID. |
profile_name |
sysname | The unique profile name for agent type. |
agent_type |
int | The type of agent:1 = Snapshot Agent2 = Log Reader Agent3 = Distribution Agent4 = Merge Agent9 = Queue Reader Agent |
type |
int | The type of profile:0 = System1 = Custom |
description |
nvarchar(3000) | The description of the profile. |
def_profile |
bit | Specifies whether this profile is the default for this agent type. |