Metoda AgentApplication.AgentMain (AgentCore)
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)
Składnia
'Deklaracja
Protected Shared Function AgentMain ( _
agentCore As AgentCore _
) As Integer
'Użycie
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
Parametry
- agentCore
Typ: Microsoft.SqlServer.Replication.AgentCore
Wartość zwracana
Typ: System.Int32
Zobacz także