DatabaseAdapterBase.LastLogBackupDate Property

Gets a Datetime object that indicates the time of the last log backup.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property LastLogBackupDate As DateTime 
    Get
'Usage
Dim instance As DatabaseAdapterBase 
Dim value As DateTime 

value = instance.LastLogBackupDate
public DateTime LastLogBackupDate { get; }
public:
virtual property DateTime LastLogBackupDate {
    DateTime get () sealed;
}
abstract LastLogBackupDate : DateTime 
override LastLogBackupDate : DateTime
final function get LastLogBackupDate () : DateTime

Property Value

Type: System.DateTime
The Datetime object that indicates the time of the last log backup.

See Also

Reference

DatabaseAdapterBase Class

Microsoft.SqlServer.Management.Smo Namespace