Share via


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 네임스페이스