Jegyzet
Az oldalhoz való hozzáférés engedélyezést igényel. Próbálhatod be jelentkezni vagy könyvtárat váltani.
Az oldalhoz való hozzáférés engedélyezést igényel. Megpróbálhatod a könyvtár váltását.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the replication agent with the specified agent core.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Protected Shared Function AgentMain ( _
agentCore As AgentCore _
) As Integer
'Usage
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
Parameters
- agentCore
Type: Microsoft.SqlServer.Replication.AgentCore
The core for replication agent.
Return Value
Type: System.Int32
The replication agent.