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 命名空间