ProjectVersion.LastRestoredTime Propiedad
Gets the last restored time of the project.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.Nullable<DateTimeOffset>
The last restored time of the project.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices