次の方法で共有


LastLogBackupDate プロパティ

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

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

構文

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

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

プロパティ値

型: System. . :: . .DateTime
DateTime