Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the date and time at which the snapshot initialization process ended.
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 DbSnapshotInitializationStatistics
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.