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 메서드는 sp_help_agent_profile(Transact-SQL) 저장 프로시저를 실행하는 것과 같습니다.