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
Protected method AgentApplication Infrastructure. Initializes a new instance of the AgentApplication class.

Top

Properties

  Name Description
Protected propertyStatic member Strict6xParameterParsing Infrastructure. Gets or sets a value that indicates whether the parameter is strictly parsed six times.

Top

Methods

  Name Description
Protected methodStatic member AgentMain(AgentCore) Infrastructure. Specifies the replication agent with the specified agent core.
Protected methodStatic member AgentMain(AgentCore, String) Infrastructure. Specifies the replication agent with the specified agent core and command line.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Replication Namespace