Partager via


ClearSuspectPageTable méthode

Deletes entries in the suspect page table.

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

Syntaxe

'Déclaration
Public Sub ClearSuspectPageTable ( _
    srv As Server _
)
'Utilisation
Dim instance As Restore
Dim srv As Server

instance.ClearSuspectPageTable(srv)
public void ClearSuspectPageTable(
    Server srv
)
public:
void ClearSuspectPageTable(
    Server^ srv
)
member ClearSuspectPageTable : 
        srv:Server -> unit 
public function ClearSuspectPageTable(
    srv : Server
)

Paramètres