LastValidationDateTime Class
Used to return the date and time of the last merge subscription validation.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Replication.LastValidationDateTime
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public NotInheritable Class LastValidationDateTime
'Usage
Dim instance As LastValidationDateTime
public sealed class LastValidationDateTime
public ref class LastValidationDateTime sealed
[<SealedAttribute>]
type LastValidationDateTime = class end
public final class LastValidationDateTime
The LastValidationDateTime type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LastValidationDateTime | Creates a new instance of the LastValidationDateTime class. |
Top
Properties
Name | Description | |
---|---|---|
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. |
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 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.
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