共用方式為


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 命名空間