SuspectPage(Int32, Int64) 建構函式

定義

初始化 SuspectPage 類別的新執行個體。

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)

參數

fileID
Int32

檔案 ID。

pageID
Int64

頁面ID。

適用於