LastLogBackupDate Propiedad
Gets a Datetime object that indicates the time of the last log backup.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property LastLogBackupDate As DateTime
Get
'Uso
Dim instance As DatabaseAdapterBase
Dim value As DateTime
value = instance.LastLogBackupDate
public DateTime LastLogBackupDate { get; }
public:
virtual property DateTime LastLogBackupDate {
DateTime get () sealed;
}
abstract LastLogBackupDate : DateTime
override LastLogBackupDate : DateTime
final function get LastLogBackupDate () : DateTime
Valor de la propiedad
Tipo: System. . :: . .DateTime
DataTime
Vea también