AgentApplication.AgentMain メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AgentMain(AgentCore) | |
AgentMain(AgentCore, String) |
AgentMain(AgentCore)
protected:
static int AgentMain(Microsoft::SqlServer::Replication::AgentCore ^ agentCore);
protected static int AgentMain (Microsoft.SqlServer.Replication.AgentCore agentCore);
static member AgentMain : Microsoft.SqlServer.Replication.AgentCore -> int
Protected Shared Function AgentMain (agentCore As AgentCore) As Integer
パラメーター
- agentCore
- AgentCore
戻り値
適用対象
AgentMain(AgentCore, String)
protected:
static int AgentMain(Microsoft::SqlServer::Replication::AgentCore ^ agentCore, System::String ^ commandLine);
protected static int AgentMain (Microsoft.SqlServer.Replication.AgentCore agentCore, string commandLine);
static member AgentMain : Microsoft.SqlServer.Replication.AgentCore * string -> int
Protected Shared Function AgentMain (agentCore As AgentCore, commandLine As String) As Integer
パラメーター
- agentCore
- AgentCore
- commandLine
- String