次の方法で共有


LastLogBackupDate プロパティ

最後のログ バックアップの日時を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<DisplayDescriptionKeyAttribute("Database_LastLogBackupDateDesc")> _
<DisplayNameKeyAttribute("Database_LastLogBackupDateName")> _
ReadOnly Property LastLogBackupDate As DateTime
    Get
'使用
Dim instance As IDatabaseMaintenanceFacet
Dim value As DateTime

value = instance.LastLogBackupDate
[DisplayDescriptionKeyAttribute("Database_LastLogBackupDateDesc")]
[DisplayNameKeyAttribute("Database_LastLogBackupDateName")]
DateTime LastLogBackupDate { get; }
[DisplayDescriptionKeyAttribute(L"Database_LastLogBackupDateDesc")]
[DisplayNameKeyAttribute(L"Database_LastLogBackupDateName")]
property DateTime LastLogBackupDate {
    DateTime get ();
}
[<DisplayDescriptionKeyAttribute("Database_LastLogBackupDateDesc")>]
[<DisplayNameKeyAttribute("Database_LastLogBackupDateName")>]
abstract LastLogBackupDate : DateTime
function get LastLogBackupDate () : DateTime

プロパティ値

型: System. . :: . .DateTime
DateTime