ProjectVersion.LastRestoredTime Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan waktu terakhir proyek yang dipulihkan.
public:
property Nullable<DateTimeOffset> LastRestoredTime { Nullable<DateTimeOffset> get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Last Restored Time")]
[System.ComponentModel.ReadOnly(true)]
public DateTimeOffset? LastRestoredTime { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Last Restored Time")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.LastRestoredTime : Nullable<DateTimeOffset>
Public ReadOnly Property LastRestoredTime As Nullable(Of DateTimeOffset)
Nilai Properti
Waktu terakhir proyek yang dipulihkan.
- Atribut