Partager via


Classe AgentApplication

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the application of the replication agent.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Replication.AgentApplication

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
<ComVisibleAttribute(False)> _
Public MustInherit Class AgentApplication
'Utilisation
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

Le type AgentApplication expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée AgentApplication Infrastructure. Initializes a new instance of the AgentApplication class.

Haut de la page

Propriétés

  Nom Description
Propriété protégéeMembre statique Strict6xParameterParsing Infrastructure. Gets or sets a value that indicates whether the parameter is strictly parsed six times.

Haut de la page

Méthodes

  Nom Description
Méthode protégéeMembre statique AgentMain(AgentCore) Infrastructure. Specifies the replication agent with the specified agent core.
Méthode protégéeMembre statique AgentMain(AgentCore, String) Infrastructure. Specifies the replication agent with the specified agent core and command line.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Replication