Dela via


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
    Get
'Usage
Dim instance As DbSnapshotInitializationTableStatistics
Dim value As DateTime

value = instance.StartTime
public DateTime StartTime { get; }
public:
property DateTime StartTime {
    DateTime get ();
}
member StartTime : DateTime
function get StartTime () : DateTime

Property Value

Type: System.DateTime
The date and time at which the snapshot initialization process started for the table.

See Also

Reference

DbSnapshotInitializationTableStatistics Class

Microsoft.Synchronization.Data Namespace