다음을 통해 공유


Database.LastDifferentialBackupDate 속성

Gets the date and time when the last differential backup was performed.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastDifferentialBackupDate As DateTime 
    Get
‘사용 방법
Dim instance As Database 
Dim value As DateTime 

value = instance.LastDifferentialBackupDate
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public DateTime LastDifferentialBackupDate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property DateTime LastDifferentialBackupDate {
    DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member LastDifferentialBackupDate : DateTime
function get LastDifferentialBackupDate () : DateTime

속성 값

유형: System.DateTime
A DateTime object value that specifies the date and time when the last differential backup was performed.

참고 항목

참조

Database 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

LastBackupDate

LastLogBackupDate

관련 자료

데이터베이스 개체 작업

Transaction Log Backups (Full Recovery Model)

Transaction Log Backups (Full Recovery Model)

CREATE DATABASE(Transact-SQL)