DatabaseAdapterBase.LastLogBackupDate 属性
Gets a Datetime object that indicates the time of the last log backup.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property LastLogBackupDate As DateTime
Get
用法
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
属性值
类型:System.DateTime
The Datetime object that indicates the time of the last log backup.