AgentProfile.AgentType 属性

定义

获取或设置该配置文件要用于的复制代理的类型。

public:
 property Microsoft::SqlServer::Replication::AgentType AgentType { Microsoft::SqlServer::Replication::AgentType get(); void set(Microsoft::SqlServer::Replication::AgentType value); };
public Microsoft.SqlServer.Replication.AgentType AgentType { get; set; }
member this.AgentType : Microsoft.SqlServer.Replication.AgentType with get, set
Public Property AgentType As AgentType

属性值

一个指定复制代理类型的 AgentType 对象值。

例外

为现有配置文件设置 AgentType 时。

何时 MiscellaneousAgents 提供 或任何其他不受支持的值 AgentType

注解

属性 AgentType 是读/写属性,必须在创建对象之前设置此属性。 在服务器上创建配置文件后,无法更改此属性。

不支持将 值 MiscellaneousAgents 设置为 。

属性 AgentType 只能由分发服务器上的固定服务器角色的成员 sysadmin 或固定数据库角色的成员 replmonitor 检索。

AgentType 服务器上创建新配置文件时,只能由分发服务器上的固定服务器角色的成员 sysadmin 设置 属性。

检索 AgentType 等效于执行 transact-SQL) sp_help_agent_profile (

设置 AgentType 和调用 Create 等效于执行 transact-SQL) sp_add_agent_profile (

适用于

另请参阅