Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the last restored time of the project.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property LastRestoredTime As Nullable(Of DateTimeOffset)
Get
'Utilizzo
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>
Valore proprietà
Tipo: System.Nullable<DateTimeOffset>
The last restored time of the project.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices