BackupSet.CheckpointLsn 属性
Gets the log sequence number of the log record where redo must start.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property CheckpointLsn As Decimal
Get
用法
Dim instance As BackupSet
Dim value As Decimal
value = instance.CheckpointLsn
public decimal CheckpointLsn { get; }
public:
property Decimal CheckpointLsn {
Decimal get ();
}
member CheckpointLsn : decimal
function get CheckpointLsn () : decimal
属性值
类型:System.Decimal
The checkpoint log sequence number.