Compartilhar via


Propriedade do RDL LastLogBackupDate

Gets a datetime for the last log backup.

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

Sintaxe

'Declaração
<DisplayDescriptionKeyAttribute("Database_LastLogBackupDateDesc")> _
<DisplayNameKeyAttribute("Database_LastLogBackupDateName")> _
ReadOnly Property LastLogBackupDate As DateTime
    Get
'Uso
Dim instance As IDatabaseMaintenanceFacet
Dim value As DateTime

value = instance.LastLogBackupDate
[DisplayDescriptionKeyAttribute("Database_LastLogBackupDateDesc")]
[DisplayNameKeyAttribute("Database_LastLogBackupDateName")]
DateTime LastLogBackupDate { get; }
[DisplayDescriptionKeyAttribute(L"Database_LastLogBackupDateDesc")]
[DisplayNameKeyAttribute(L"Database_LastLogBackupDateName")]
property DateTime LastLogBackupDate {
    DateTime get ();
}
[<DisplayDescriptionKeyAttribute("Database_LastLogBackupDateDesc")>]
[<DisplayNameKeyAttribute("Database_LastLogBackupDateName")>]
abstract LastLogBackupDate : DateTime
function get LastLogBackupDate () : DateTime

Valor da propriedade

Tipo: System. . :: . .DateTime
DateTime