Класс SuspectPage
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().) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.