AgentApplication.AgentMain Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- agentCore
- AgentCore
Retornos
Aplica-se a
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
Parâmetros
- agentCore
- AgentCore
- commandLine
- String