Compartir a través de


SuspectPage Constructor

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Sub New ( _
    fileID As Integer, _
    pageID As Long _
)
'Uso
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
)

Parámetros

Vea también

Referencia

SuspectPage Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo