SuspectPage-Klasse
Represents the database page used for Page Restore.
Vererbungshierarchie
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>
Der SuspectPage-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
SuspectPage | Initializes a new instance of the SuspectPage class with the specified file identifier and page identifier. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
FileID | Gets or sets the file identifier. | |
PageID | Gets or sets the page identifier. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
CompareTo | Compares to other SuspectPage. | |
Equals | Determines whether the specified object is equal to the instance. (Überschreibt Object.Equals(Object).) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | Returns a hash code for the instance. (Überschreibt Object.GetHashCode().) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | Returns a string that represents the instance. (Überschreibt Object.ToString().) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.