次の方法で共有


ReplicationServer.EnumAgentProfiles メソッド

サーバーでサポートされるレプリケーション エージェントのパフォーマンス プロファイルを返します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Function EnumAgentProfiles ( _
    agentType As AgentType _
) As ArrayList
'使用
Dim instance As ReplicationServer 
Dim agentType As AgentType 
Dim returnValue As ArrayList 

returnValue = instance.EnumAgentProfiles(agentType)
public ArrayList EnumAgentProfiles(
    AgentType agentType
)
public:
ArrayList^ EnumAgentProfiles(
    AgentType agentType
)
member EnumAgentProfiles : 
        agentType:AgentType -> ArrayList
public function EnumAgentProfiles(
    agentType : AgentType
) : ArrayList

パラメーター

戻り値

型: System.Collections.ArrayList
AgentProfile オブジェクトの ArrayList です。

説明

EnumAgentProfiles メソッドを呼び出すことができるのは、固定サーバー ロール sysadmin のメンバー、または固定データベース ロール replmonitor のメンバーだけです。

EnumAgentProfiles メソッドを呼び出すと、sp_help_agent_profile (Transact-SQL) ストアド プロシージャを実行したのと同じことになります。

関連項目

参照

ReplicationServer クラス

Microsoft.SqlServer.Replication 名前空間