Clase AgentApplication
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents the application of the replication agent.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Replication.AgentApplication
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Sintaxis
'Declaración
<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
El tipo AgentApplication expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
AgentApplication | Infraestructura. Initializes a new instance of the AgentApplication class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Strict6xParameterParsing | Infraestructura. Gets or sets a value that indicates whether the parameter is strictly parsed six times. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
AgentMain(AgentCore) | Infraestructura. Specifies the replication agent with the specified agent core. | |
AgentMain(AgentCore, String) | Infraestructura. Specifies the replication agent with the specified agent core and command line. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.