DbSnapshotInitializationTableStatistics.EndTime Property
Gets or sets the date and time at which the snapshot initialization process ended for the table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property EndTime As DateTime
'Usage
Dim instance As DbSnapshotInitializationTableStatistics
Dim value As DateTime
value = instance.EndTime
public DateTime EndTime { get; }
public:
property DateTime EndTime {
DateTime get ();
}
/** @property */
public DateTime get_EndTime ()
public function get EndTime () : DateTime
Property Value
The date and time at which the snapshot initialization process ended for the table.
See Also
Reference
DbSnapshotInitializationTableStatistics Class
DbSnapshotInitializationTableStatistics Members
Microsoft.Synchronization.Data Namespace