Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implements the core functionality for managed replication agents.
The following tables list the members exposed by the AgentCore type.
Protected Constructors
Name | Description | |
---|---|---|
AgentCore | Creates an instance of the AgentCore class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
AbortPolicy | Gets or sets how running replication agent threads are terminated when an unanticipated shutdown occurs. |
![]() |
ComErrorCollection | Returns information on errors that occur during agent execution. |
![]() |
FlatExceptionCollection | |
![]() |
HistoryVerboseLevel | Gets or sets the amount of history logged during agent execution. |
![]() |
LoginTimeout | Get or sets the number of seconds before the login times out for connections made by the agent. |
![]() |
Output | Get or sets the name and path of the agent output file. |
![]() |
OutputVerboseLevel | Gets or sets the level of detail of information written to the agent output file. |
![]() |
PacketSize | |
![]() |
ProfileName | Gets or sets an agent profile to use when running the agent. |
![]() |
PublisherFailoverPartner | Gets or sets the failover partner instance of SQL Server participating in a database mirroring session with the publication database. |
![]() |
QueryTimeout | Get or sets the number of seconds before a query times out. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Abort | |
![]() |
CreateObjRef | (inherited from MarshalByRefObject ) |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
GetType | (inherited from Object ) |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ResetParametersToDefault | |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
Top
Public Events
Name | Description | |
---|---|---|
![]() |
ComStatus | |
![]() |
Status | Occurs when a running agent returns status information. |
Top