SuspectPage(Int32, Int64) Constructor

Definition

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.

Applies to