Condividi tramite


Proprietà DatabaseAdapterBase.LastLogBackupDate

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property LastLogBackupDate As DateTime 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

DatabaseAdapterBase Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo