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.Expensive)> _
Public ReadOnly Property LastDifferentialBackupDate As DateTime
Get
'Uso
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
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