다음을 통해 공유


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 네임스페이스