The LastUpdatedTime property returns the timestamp of the last time that Run Method (Replication ActiveX) was executed.
语法
object.LastUpdatedTime
| Part | Description |
|---|---|
object |
Expression that evaluates to an object in the Applies To list. |
Applies To
SQLDistribution Object (Replication ActiveX)
SQLMerge Object (Replication ActiveX)
备注
An exception will occur if the subscription has not been synchronized.
Data Type
String
Modifiable
Read
Prototype C/C++
HRESULT get_LastUpdatedTime(BSTR *pVal);