AgentApplication.AgentMain Метод

Определение

Перегрузки

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

Возвращаемое значение

Применяется к