Bagikan melalui


SuspectPage Class

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
Public method SuspectPage Initializes a new instance of the SuspectPage class with the specified file identifier and page identifier.

Top

Properties

  Name Description
Public property FileID Gets or sets the file identifier.
Public property PageID Gets or sets the page identifier.

Top

Methods

  Name Description
Public method CompareTo Compares to other SuspectPage.
Public method Equals Determines whether the specified object is equal to the instance. (Overrides Object.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns a hash code for the instance. (Overrides Object.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace