ReplicationServer.EnumAgentProfiles(AgentType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回服务器上支持的复制代理性能配置文件。
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
参数
返回
ArrayList 对象的 AgentProfile。
注解
EnumAgentProfiles方法只能由 sysadmin 固定服务器角色的成员或 replmonitor 固定数据库角色的成员调用。
该方法 EnumAgentProfiles 等效于执行 transact-SQL) 存储过程sp_help_agent_profile ( 。