共用方式為


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.

請參閱

參考

DatabaseAdapterBase 類別

Microsoft.SqlServer.Management.Smo 命名空間