ReplicationStatusAndWarning Class

Represents replication agent status information and threshold monitor warnings.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Replication.ReplicationStatusAndWarning

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public NotInheritable Class ReplicationStatusAndWarning
'Usage
Dim instance As ReplicationStatusAndWarning
public sealed class ReplicationStatusAndWarning
public ref class ReplicationStatusAndWarning sealed
[<SealedAttribute>]
type ReplicationStatusAndWarning =  class end
public final class ReplicationStatusAndWarning

The ReplicationStatusAndWarning type exposes the following members.

Constructors

  Name Description
Public method ReplicationStatusAndWarning Creates a new instance of the ReplicationStatusAndWarning class.

Top

Properties

  Name Description
Public property ReturnTimestamp Gets or sets a timestamp that indicates when the data was returned.
Public property Status Gets or sets the agent status.
Public property UserData Gets or sets an object that allows users to attach their own data.
Public property Warning Gets or sets the threshold monitor warning.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.