SuspectPage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Database page used for Page Restore.
public class SuspectPage : IComparable<Microsoft.SqlServer.Management.Smo.SuspectPage>
type SuspectPage = class
interface IComparable<SuspectPage>
Public Class SuspectPage
Implements IComparable(Of SuspectPage)
- Inheritance
-
SuspectPage
- Implements
Constructors
SuspectPage(Int32, Int64) |
Initializes a new instance of the SuspectPage class. |
Properties
FileID |
Gets or sets the file ID. |
PageID |
Gets or sets the page ID. |
Methods
CompareTo(SuspectPage) |
Compares to other SuspectPage |
Equals(Object) |
Determines whether the specified Object is equal to this instance. |
GetHashCode() |
Returns a hash code for this instance. |
ToString() |
Returns a String that represents this instance. |
Validate() |
Determines whether suspect page is valid . |