AgentApplication.AgentMain メソッド (AgentCore)
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Specifies the replication agent with the specified agent core.
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
Protected Shared Function AgentMain ( _
agentCore As AgentCore _
) As Integer
'使用
Dim agentCore As AgentCore
Dim returnValue As Integer
returnValue = AgentApplication.AgentMain(agentCore)
protected static int AgentMain(
AgentCore agentCore
)
protected:
static int AgentMain(
AgentCore^ agentCore
)
static member AgentMain :
agentCore:AgentCore -> int
protected static function AgentMain(
agentCore : AgentCore
) : int
パラメーター
- agentCore
型: Microsoft.SqlServer.Replication.AgentCore
The core for replication agent.
戻り値
型: System.Int32
The replication agent.