SuspectPage(Int32, Int64) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SuspectPage class.
public SuspectPage (int fileID, long pageID);
new Microsoft.SqlServer.Management.Smo.SuspectPage : int * int64 -> Microsoft.SqlServer.Management.Smo.SuspectPage
Public Sub New (fileID As Integer, pageID As Long)
Parameters
- fileID
- Int32
The file ID.
- pageID
- Int64
The page ID.