SuspectPage 類別

定義

用於頁面還原的資料庫頁面。

public class SuspectPage : IComparable<Microsoft.SqlServer.Management.Smo.SuspectPage>
type SuspectPage = class
    interface IComparable<SuspectPage>
Public Class SuspectPage
Implements IComparable(Of SuspectPage)
繼承
SuspectPage
實作

建構函式

名稱 Description
SuspectPage(Int32, Int64)

初始化 SuspectPage 類別的新執行個體。

屬性

名稱 Description
FileID

取得或設定檔案 ID。

PageID

取得或設定頁面 ID。

方法

名稱 Description
CompareTo(SuspectPage)

與其他 SuspectPage 比較

Equals(Object)

判斷指定 Object 值是否等於此實例。

GetHashCode()

傳回這個實例的哈希碼。

ToString()

回傳代表此實例的 a String

Validate()

判斷可疑頁面是否有效。

適用於