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 backup.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property LastBackupDate As DateTime
Get
'Usage
Dim instance As DatabaseAdapterBase
Dim value As DateTime
value = instance.LastBackupDate
public DateTime LastBackupDate { get; }
public:
virtual property DateTime LastBackupDate {
DateTime get () sealed;
}
abstract LastBackupDate : DateTime
override LastBackupDate : DateTime
final function get LastBackupDate () : DateTime
Property Value
Type: System.DateTime
A Datetime object that indicates the time of the last backup.