Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the last restored time of the project.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property LastRestoredTime As Nullable(Of DateTimeOffset)
Get
'Usage
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>
Property Value
Type: System.Nullable<DateTimeOffset>
The last restored time of the project.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace