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 | |
---|---|---|
AgentApplication | Infrastruttura. Initializes a new instance of the AgentApplication class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Strict6xParameterParsing | Infrastruttura. Gets or sets a value that indicates whether the parameter is strictly parsed six times. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AgentMain(AgentCore) | Infrastruttura. Specifies the replication agent with the specified agent core. | |
AgentMain(AgentCore, String) | Infrastruttura. Specifies the replication agent with the specified agent core and command line. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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.