BackupSet.DifferentialBaseLsn 속성
Gets the base log sequence number for differential backups.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property DifferentialBaseLsn As Decimal
Get
‘사용 방법
Dim instance As BackupSet
Dim value As Decimal
value = instance.DifferentialBaseLsn
public decimal DifferentialBaseLsn { get; }
public:
property Decimal DifferentialBaseLsn {
Decimal get ();
}
member DifferentialBaseLsn : decimal
function get DifferentialBaseLsn () : decimal
속성 값
유형: System.Decimal
The differential base log sequence number.
주의
Changes with log sequence numbers greater than or equal to DifferentialBaseLsn are included in the differential backup.