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) ストアド プロシージャを実行したのと同じことになります。

この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。