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 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.