Classe AgentApplication
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the application of the replication agent.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Replication.AgentApplication
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public MustInherit Class AgentApplication
'Uso
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
O tipo AgentApplication expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
AgentApplication | Infraestrutura. Initializes a new instance of the AgentApplication class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Strict6xParameterParsing | Infraestrutura. Gets or sets a value that indicates whether the parameter is strictly parsed six times. |
Início
Métodos
Nome | Descrição | |
---|---|---|
AgentMain(AgentCore) | Infraestrutura. Specifies the replication agent with the specified agent core. | |
AgentMain(AgentCore, String) | Infraestrutura. Specifies the replication agent with the specified agent core and command line. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.