ProjectVersion.LastRestoredTime Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'heure de la dernière restauration du projet.
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)
Valeur de propriété
Heure de la dernière restauration du projet.
- Attributs