Compartilhar via


Propriedade do RDL ProjectVersion.LastRestoredTime

Gets the last restored time of the project.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property LastRestoredTime As Nullable(Of DateTimeOffset)
    Get
'Uso
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>

Valor da propriedade

Tipo: System.Nullable<DateTimeOffset>
The last restored time of the project.

Consulte também

Referência

ProjectVersion Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices