PageRestorePlanner.GetSuspectPages(Database) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.SuspectPage> GetSuspectPages (Microsoft.SqlServer.Management.Smo.Database database);
static member GetSuspectPages : Microsoft.SqlServer.Management.Smo.Database -> System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.SuspectPage>
Public Shared Function GetSuspectPages (database As Database) As List(Of SuspectPage)
Parameters
- database
- Database