Propriedade do RDL DatabaseAdapterBase.LastLogBackupDate

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

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

Sintaxe

'Declaração
Public ReadOnly Property LastLogBackupDate As DateTime 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

DatabaseAdapterBase Classe

Namespace Microsoft.SqlServer.Management.Smo