ReplicationServer.EnumAgentProfiles(AgentType) 方法

定义

返回服务器上支持的复制代理性能配置文件。

public:
 System::Collections::ArrayList ^ EnumAgentProfiles(Microsoft::SqlServer::Replication::AgentType agentType);
public System.Collections.ArrayList EnumAgentProfiles (Microsoft.SqlServer.Replication.AgentType agentType);
member this.EnumAgentProfiles : Microsoft.SqlServer.Replication.AgentType -> System.Collections.ArrayList
Public Function EnumAgentProfiles (agentType As AgentType) As ArrayList

参数

agentType
AgentType

一个指示要返回的代理配置文件的类型的 AgentType 枚举值。

返回

ArrayList 对象的 AgentProfile

注解

EnumAgentProfiles方法只能由 sysadmin 固定服务器角色的成员或 replmonitor 固定数据库角色的成员调用。

该方法 EnumAgentProfiles 等效于执行 transact-SQL) 存储过程sp_help_agent_profile (

适用于