Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.