Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the database page used for Page Restore.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.SuspectPage
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Class SuspectPage _
Implements IComparable(Of SuspectPage)
'Usage
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>
The SuspectPage type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SuspectPage | Initializes a new instance of the SuspectPage class with the specified file identifier and page identifier. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
FileID | Gets or sets the file identifier. |
![]() |
PageID | Gets or sets the page identifier. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CompareTo | Compares to other SuspectPage. |
![]() |
Equals | Determines whether the specified object is equal to the instance. (Overrides Object.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | Returns a hash code for the instance. (Overrides Object.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the instance. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.