Classe SuspectPage
Represents the database page used for Page Restore.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Smo.SuspectPage
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Public Class SuspectPage _
Implements IComparable(Of SuspectPage)
'Uso
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>
O tipo SuspectPage expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
SuspectPage | Initializes a new instance of the SuspectPage class with the specified file identifier and page identifier. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
FileID | Gets or sets the file identifier. | |
PageID | Gets or sets the page identifier. |
Início
Métodos
Nome | Descrição | |
---|---|---|
CompareTo | Compares to other SuspectPage. | |
Equals | Determines whether the specified object is equal to the instance. (Substitui Object.Equals(Object).) | |
Finalize | (Herdado de Object.) | |
GetHashCode | Returns a hash code for the instance. (Substitui Object.GetHashCode().) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns a string that represents the instance. (Substitui Object.ToString().) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.