共用方式為


IDatabaseMaintenanceFacet.LastLogBackupDate 屬性

Gets a date and time for the last log backup.

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

語法

'宣告
<DisplayNameKeyAttribute("Database_LastLogBackupDateName")> _
<DisplayDescriptionKeyAttribute("Database_LastLogBackupDateDesc")> _
ReadOnly Property LastLogBackupDate As DateTime 
    Get
'用途
Dim instance As IDatabaseMaintenanceFacet 
Dim value As DateTime 

value = instance.LastLogBackupDate
[DisplayNameKeyAttribute("Database_LastLogBackupDateName")]
[DisplayDescriptionKeyAttribute("Database_LastLogBackupDateDesc")]
DateTime LastLogBackupDate { get; }
[DisplayNameKeyAttribute(L"Database_LastLogBackupDateName")]
[DisplayDescriptionKeyAttribute(L"Database_LastLogBackupDateDesc")]
property DateTime LastLogBackupDate {
    DateTime get ();
}
[<DisplayNameKeyAttribute("Database_LastLogBackupDateName")>]
[<DisplayDescriptionKeyAttribute("Database_LastLogBackupDateDesc")>]
abstract LastLogBackupDate : DateTime
function get LastLogBackupDate () : DateTime

屬性值

型別:System.DateTime
The date and time for the last log backup.

請參閱

參考

IDatabaseMaintenanceFacet 介面

Microsoft.SqlServer.Management.Smo 命名空間