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 started.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property StartTime As DateTime
Get
Friend Set
'Usage
Dim instance As DbSnapshotInitializationStatistics
Dim value As DateTime
value = instance.StartTime
public DateTime StartTime { get; internal set; }
public:
property DateTime StartTime {
DateTime get ();
internal: void set (DateTime value);
}
member StartTime : DateTime with get, internal set
function get StartTime () : DateTime
internal function set StartTime (value : DateTime)
Property Value
Type: System.DateTime
The date and time at which the snapshot initialization process started.