AgentApplication Class
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the application of the replication agent.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Replication.AgentApplication
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public MustInherit Class AgentApplication
'Usage
Dim instance As AgentApplication
[ComVisibleAttribute(false)]
public abstract class AgentApplication
[ComVisibleAttribute(false)]
public ref class AgentApplication abstract
[<AbstractClassAttribute>]
[<ComVisibleAttribute(false)>]
type AgentApplication = class end
public abstract class AgentApplication
The AgentApplication type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AgentApplication | Infrastructure. Initializes a new instance of the AgentApplication class. |
Top
Properties
Name | Description | |
---|---|---|
Strict6xParameterParsing | Infrastructure. Gets or sets a value that indicates whether the parameter is strictly parsed six times. |
Top
Methods
Name | Description | |
---|---|---|
AgentMain(AgentCore) | Infrastructure. Specifies the replication agent with the specified agent core. | |
AgentMain(AgentCore, String) | Infrastructure. Specifies the replication agent with the specified agent core and command line. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.