Propriedade do RDL IDatabaseMaintenanceFacet.LastLogBackupDate
Gets a date and time for the last log backup.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<DisplayNameKeyAttribute("Database_LastLogBackupDateName")> _
<DisplayDescriptionKeyAttribute("Database_LastLogBackupDateDesc")> _
ReadOnly Property LastLogBackupDate As DateTime
Get
'Uso
Dim instance As IDatabaseMaintenanceFacet
Dim value As DateTime
value = instance.LastLogBackupDate
[DisplayNameKeyAttribute("Database_LastLogBackupDateName")]
[DisplayDescriptionKeyAttribute("Database_LastLogBackupDateDesc")]
DateTime LastLogBackupDate { get; }
[DisplayNameKeyAttribute(L"Database_LastLogBackupDateName")]
[DisplayDescriptionKeyAttribute(L"Database_LastLogBackupDateDesc")]
property DateTime LastLogBackupDate {
DateTime get ();
}
[<DisplayNameKeyAttribute("Database_LastLogBackupDateName")>]
[<DisplayDescriptionKeyAttribute("Database_LastLogBackupDateDesc")>]
abstract LastLogBackupDate : DateTime
function get LastLogBackupDate () : DateTime
Valor da propriedade
Tipo: System.DateTime
The date and time for the last log backup.