TransSynchronizationAgent.LastUpdatedTime Property
Gets the timestamp of the last time that replication agent synchronized the subscription.
Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property LastUpdatedTime As String
public virtual string LastUpdatedTime { get; }
public:
virtual property String^ LastUpdatedTime {
String^ get ();
}
/** @property */
public String get_LastUpdatedTime ()
public function get LastUpdatedTime () : String
Valore proprietà
A String value that represents a date and time.
Osservazioni
The LastUpdatedTime property is read-only.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
TransSynchronizationAgent Class
TransSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace