SuspectPage 类

Represents the database page used for Page Restore.

继承层次结构

System.Object
  Microsoft.SqlServer.Management.Smo.SuspectPage

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
Public Class SuspectPage _
    Implements IComparable(Of SuspectPage)
用法
Dim instance As SuspectPage
public class SuspectPage : IComparable<SuspectPage>
public ref class SuspectPage : IComparable<SuspectPage^>
type SuspectPage =  
    class 
        interface IComparable<SuspectPage>
    end
public class SuspectPage implements IComparable<SuspectPage>

SuspectPage 类型公开以下成员。

构造函数

  名称 说明
公共方法 SuspectPage Initializes a new instance of the SuspectPage class with the specified file identifier and page identifier.

页首

属性

  名称 说明
公共属性 FileID Gets or sets the file identifier.
公共属性 PageID Gets or sets the page identifier.

页首

方法

  名称 说明
公共方法 CompareTo Compares to other SuspectPage.
公共方法 Equals Determines whether the specified object is equal to the instance. (覆盖 Object.Equals(Object)。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode Returns a hash code for the instance. (覆盖 Object.GetHashCode()。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString Returns a string that represents the instance. (覆盖 Object.ToString()。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间