Classe ReplicationStatusAndWarning
Represents replication agent status information and threshold monitor warnings.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Replication..::..ReplicationStatusAndWarning
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)
Sintaxe
'Declaração
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
O tipo ReplicationStatusAndWarning expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ReplicationStatusAndWarning | Creates a new instance of the ReplicationStatusAndWarning class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também