Condividi tramite


Classe AgentApplication

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the application of the replication agent.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Replication.AgentApplication

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
<ComVisibleAttribute(False)> _
Public MustInherit Class AgentApplication
'Utilizzo
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

Nel tipo AgentApplication sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo protetto AgentApplication Infrastruttura. Initializes a new instance of the AgentApplication class.

In alto

Proprietà

  Nome Descrizione
Proprietà protettaMembro statico Strict6xParameterParsing Infrastruttura. Gets or sets a value that indicates whether the parameter is strictly parsed six times.

In alto

Metodi

  Nome Descrizione
Metodo protettoMembro statico AgentMain(AgentCore) Infrastruttura. Specifies the replication agent with the specified agent core.
Metodo protettoMembro statico AgentMain(AgentCore, String) Infrastruttura. Specifies the replication agent with the specified agent core and command line.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication