Partager via


Propriété DatabaseAdapterBase.LastLogBackupDate

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LastLogBackupDate As DateTime 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DatabaseAdapterBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo