Clase LastValidationDateTime
Used to return the date and time of the last merge subscription validation.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Replication..::..LastValidationDateTime
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
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
El tipo LastValidationDateTime expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
LastValidationDateTime | Creates a new instance of the LastValidationDateTime class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también