Свойство ProjectVersion.LastRestoredTime

Gets the last restored time of the project.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property LastRestoredTime As Nullable(Of DateTimeOffset)
    Get
'Применение
Dim instance As ProjectVersion 
Dim value As Nullable(Of DateTimeOffset)

value = instance.LastRestoredTime
[SfcPropertyAttribute(Data = true)]
public Nullable<DateTimeOffset> LastRestoredTime { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Nullable<DateTimeOffset> LastRestoredTime {
    Nullable<DateTimeOffset> get ();
}
[<SfcPropertyAttribute(Data = true)>]
member LastRestoredTime : Nullable<DateTimeOffset>
function get LastRestoredTime () : Nullable<DateTimeOffset>

Значение свойства

Тип: System.Nullable<DateTimeOffset>
The last restored time of the project.

См. также

Справочник

ProjectVersion Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices