Database.LastDifferentialBackupDate Propiedad
Gets the date and time when the last differential backup was performed.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastDifferentialBackupDate As DateTime
Get
'Uso
Dim instance As Database
Dim value As DateTime
value = instance.LastDifferentialBackupDate
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)]
public DateTime LastDifferentialBackupDate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone)]
public:
property DateTime LastDifferentialBackupDate {
DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)>]
member LastDifferentialBackupDate : DateTime
function get LastDifferentialBackupDate () : DateTime
Valor de la propiedad
Tipo: System.DateTime
A DateTime object value that specifies the date and time when the last differential backup was performed.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo
Otros recursos
Trabajar con objetos de bases de datos
Transaction Log Backups (Full Recovery Model)