Partager via


Constructeur SuspectPage

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    fileID As Integer, _
    pageID As Long _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

SuspectPage Classe

Espace de noms Microsoft.SqlServer.Management.Smo