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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。