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