共用方式為


SuspectPage 建構函式

Initializes a new instance of the SuspectPage class with the specified file identifier and page identifier.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public Sub New ( _
    fileID As Integer, _
    pageID As Long _
)
'用途
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
)

參數

請參閱

參考

SuspectPage 類別

Microsoft.SqlServer.Management.Smo 命名空間