Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.