BackupSet.FirstLsn 属性

Gets the log sequence number of the first or oldest log record in the backup set.

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

语法

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

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

属性值

类型:System.Decimal
The first log sequence number.

请参阅

参考

BackupSet 类

Microsoft.SqlServer.Management.Smo 命名空间