Condividi tramite


Classe LastValidationDateTime

Used to return the date and time of the last merge subscription validation.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Replication.LastValidationDateTime

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class LastValidationDateTime
'Utilizzo
Dim instance As LastValidationDateTime
public sealed class LastValidationDateTime
public ref class LastValidationDateTime sealed
[<SealedAttribute>]
type LastValidationDateTime =  class end
public final class LastValidationDateTime

Nel tipo LastValidationDateTime sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico LastValidationDateTime Creates a new instance of the LastValidationDateTime class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AttemptedDateTime Gets or sets the date and time when the last validation was attempted.
Proprietà pubblica SuccessfulDateTime Gets or sets the date and time when the last successful validation occurred.
Proprietà pubblica UserData Gets or sets an object property that allows users to attach their own data to this object.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication

ReadLastValidationDateTimes

Altre risorse

Procedura: Convalida dei dati nel Sottoscrittore (programmazione RMO)