Compartir a través de


AgentApplication.AgentMain Método (AgentCore)

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Specifies the replication agent with the specified agent core.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Protected Shared Function AgentMain ( _
    agentCore As AgentCore _
) As Integer
'Uso
Dim agentCore As AgentCore 
Dim returnValue As Integer 

returnValue = AgentApplication.AgentMain(agentCore)
protected static int AgentMain(
    AgentCore agentCore
)
protected:
static int AgentMain(
    AgentCore^ agentCore
)
static member AgentMain : 
        agentCore:AgentCore -> int
protected static function AgentMain(
    agentCore : AgentCore
) : int

Parámetros

Valor devuelto

Tipo: System.Int32
The replication agent.

Vea también

Referencia

AgentApplication Clase

Sobrecarga de AgentMain

Espacio de nombres Microsoft.SqlServer.Replication