Partager via


Propriété ProjectVersion.LastRestoredTime

Gets the last restored time of the project.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property LastRestoredTime As Nullable(Of DateTimeOffset)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

ProjectVersion Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices