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 | |
---|---|---|
ReplicationStatusAndWarning | Creates a new instance of the ReplicationStatusAndWarning class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.
See Also
Reference
Microsoft.SqlServer.Replication Namespace