Database.LastDifferentialBackupDate Property
SQL Server 2012
Gets the date and time when the last differential backup was performed.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)] public DateTime LastDifferentialBackupDate { get; }
Property Value
Type: System.DateTimeA DateTime object value that specifies the date and time when the last differential backup was performed.