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。

適用対象