Share via


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
Método público ReplicationStatusAndWarning Creates a new instance of the ReplicationStatusAndWarning class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ReturnTimestamp Gets or sets a timestamp that indicates when the data was returned.
Propiedad pública Status Gets or sets the agent status.
Propiedad pública UserData Gets or sets an object that allows users to attach their own data.
Propiedad pública Warning Gets or sets the threshold monitor warning.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público 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.