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

value = instance.EndTime
public DateTime EndTime { get; internal set; }
public:
property DateTime EndTime {
    DateTime get ();
    internal: void set (DateTime value);
}
member EndTime : DateTime with get, internal set
function get EndTime () : DateTime
internal function set EndTime (value : DateTime)

Property Value

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

See Also

Reference

DbSnapshotInitializationTableStatistics Class

Microsoft.Synchronization.Data Namespace