AgentMain 메서드 (AgentCore)

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication.dll의 Microsoft.SqlServer.Replication

구문

‘선언
Protected Shared Function AgentMain ( _
    agentCore As AgentCore _
) As Integer
‘사용 방법
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

매개 변수

반환 값

형식: System. . :: . .Int32