Clase ReplicationStatusAndWarning
Represents replication agent status information and threshold monitor warnings.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Replication..::..ReplicationStatusAndWarning
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
Public NotInheritable Class ReplicationStatusAndWarning
'Uso
Dim instance As ReplicationStatusAndWarning
public sealed class ReplicationStatusAndWarning
public ref class ReplicationStatusAndWarning sealed
[<SealedAttribute>]
type ReplicationStatusAndWarning = class end
public final class ReplicationStatusAndWarning
El tipo ReplicationStatusAndWarning expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ReplicationStatusAndWarning | Creates a new instance of the ReplicationStatusAndWarning class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
ReturnTimestamp | Gets or sets a timestamp that indicates when the data was returned. | |
Status | Gets or sets the agent status. | |
UserData | Gets or sets an object that allows users to attach their own data. | |
Warning | Gets or sets the threshold monitor warning. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
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
Comentarios
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
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.
Vea también