共用方式為


ProjectVersion.LastRestoredTime 屬性

Gets the last restored time of the project.

命名空間:  Microsoft.SqlServer.Management.IntegrationServices
組件:  Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

語法

'宣告
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property LastRestoredTime As Nullable(Of DateTimeOffset)
    Get
'用途
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>

屬性值

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

請參閱

參考

ProjectVersion 類別

Microsoft.SqlServer.Management.IntegrationServices 命名空間