ReplicationStatusAndWarning Class
Represents replication agent status information and threshold monitor warnings.
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
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Replication.ReplicationStatusAndWarning
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