ReplicationMonitor.StatusOf(AgentType) 方法

定义

按代理类型返回受监视分发服务器上的复制代理的总体状态。

public:
 Microsoft::SqlServer::Replication::ReplicationStatus StatusOf(Microsoft::SqlServer::Replication::AgentType agentType);
public Microsoft.SqlServer.Replication.ReplicationStatus StatusOf (Microsoft.SqlServer.Replication.AgentType agentType);
member this.StatusOf : Microsoft.SqlServer.Replication.AgentType -> Microsoft.SqlServer.Replication.ReplicationStatus
Public Function StatusOf (agentType As AgentType) As ReplicationStatus

参数

agentType
AgentType

一个指定代理类型的 AgentType 值。

返回

ReplicationStatus 对象。

注解

返回由任何代理指定的 AgentType 最高状态号。

StatusOf方法只能由分发服务器上的固定服务器角色的成员sysadmin或分发数据库中的固定replmonitor数据库角色的成员db_owner检索。

适用于