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
Public method LastValidationDateTime Creates a new instance of the LastValidationDateTime class.

Top

Properties

  Name Description
Public property AttemptedDateTime Gets or sets the date and time when the last validation was attempted.
Public property SuccessfulDateTime Gets or sets the date and time when the last successful validation occurred.
Public property UserData Gets or sets an object property that allows users to attach their own data to this object.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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

ReadLastValidationDateTimes

Other Resources

NIB Validate Data at the Subscriber (RMO Programming)