BackupSet.DatabaseBackupLsn 属性

Gets the log sequence number of the most recent full database backup.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property DatabaseBackupLsn As Decimal 
    Get
用法
Dim instance As BackupSet 
Dim value As Decimal 

value = instance.DatabaseBackupLsn
public decimal DatabaseBackupLsn { get; }
public:
property Decimal DatabaseBackupLsn {
    Decimal get ();
}
member DatabaseBackupLsn : decimal
function get DatabaseBackupLsn () : decimal

属性值

类型:System.Decimal
The database backup log sequence number.

请参阅

参考

BackupSet 类

Microsoft.SqlServer.Management.Smo 命名空间