Método ClearSuspectPageTable
Deletes entries in the suspect page table.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Public Sub ClearSuspectPageTable ( _
srv As Server _
)
'Uso
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
)
Parâmetros
- srv
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server object that represents the instance of SQL Server that is targeted by the restore operation.
Consulte também