Partager via


LastDifferentialBackupDate propriété

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property LastDifferentialBackupDate As DateTime
    Get
'Utilisation
Dim instance As Database
Dim value As DateTime

value = instance.LastDifferentialBackupDate
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public DateTime LastDifferentialBackupDate { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property DateTime LastDifferentialBackupDate {
    DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member LastDifferentialBackupDate : DateTime
function get LastDifferentialBackupDate () : DateTime

Valeur de la propriété

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