Конструктор SuspectPage
Initializes a new instance of the SuspectPage class with the specified file identifier and page identifier.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public Sub New ( _
fileID As Integer, _
pageID As Long _
)
'Применение
Dim fileID As Integer
Dim pageID As Long
Dim instance As New SuspectPage(fileID, _
pageID)
public SuspectPage(
int fileID,
long pageID
)
public:
SuspectPage(
int fileID,
long long pageID
)
new :
fileID:int *
pageID:int64 -> SuspectPage
public function SuspectPage(
fileID : int,
pageID : long
)
Параметры
- fileID
Тип: System.Int32
The file identifier.
- pageID
Тип: System.Int64
The page identifier.