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