AgentApplication.AgentMain Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- agentCore
- AgentCore
Returns
Applies to
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
Parameters
- agentCore
- AgentCore
- commandLine
- String