Classe LastValidationDateTime
Used to return the date and time of the last merge subscription validation.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Replication..::..LastValidationDateTime
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)
Sintaxe
'Declaração
Public NotInheritable Class LastValidationDateTime
'Uso
Dim instance As LastValidationDateTime
public sealed class LastValidationDateTime
public ref class LastValidationDateTime sealed
[<SealedAttribute>]
type LastValidationDateTime = class end
public final class LastValidationDateTime
O tipo LastValidationDateTime expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
LastValidationDateTime | Creates a new instance of the LastValidationDateTime class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
AttemptedDateTime | Gets or sets the date and time when the last validation was attempted. | |
SuccessfulDateTime | Gets or sets the date and time when the last successful validation occurred. | |
UserData | Gets or sets an object property that allows users to attach their own data to this object. |
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 Microsoft .NET Framework.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
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