BackupSet.LastLsn 속성
Gets the log sequence number of the next log record after the backup set.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property LastLsn As Decimal
Get
‘사용 방법
Dim instance As BackupSet
Dim value As Decimal
value = instance.LastLsn
public decimal LastLsn { get; }
public:
property Decimal LastLsn {
Decimal get ();
}
member LastLsn : decimal
function get LastLsn () : decimal
속성 값
유형: System.Decimal
The last log sequence number.