Condividi tramite


Proprietà Database.LastDifferentialBackupDate

Gets the date and time when the last differential backup was performed.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastDifferentialBackupDate As DateTime 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.DateTime
A DateTime object value that specifies the date and time when the last differential backup was performed.

Vedere anche

Riferimento

Database Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

LastBackupDate

LastLogBackupDate

Altre risorse

Utilizzo degli oggetti di database

Transaction Log Backups (Full Recovery Model)

Transaction Log Backups (Full Recovery Model)

CREATE DATABASE (Transact-SQL)