SuspectPage Class

Definition

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

Name Description
SuspectPage(Int32, Int64)

Initializes a new instance of the SuspectPage class.

Properties

Name Description
FileID

Gets or sets the file ID.

PageID

Gets or sets the page ID.

Methods

Name Description
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 .

Applies to