SuspectPage Constructor
Initializes a new instance of the SuspectPage class with the specified file identifier and page identifier.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Sub New ( _
fileID As Integer, _
pageID As Long _
)
'Usage
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
)
Parameters
- fileID
Type: System.Int32
The file identifier.
- pageID
Type: System.Int64
The page identifier.