PageRestorePlanner.SuspectPages Property

Gets or sets the suspect pages.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public ReadOnly Property SuspectPages As ICollection(Of SuspectPage)
    Get
'Usage
Dim instance As PageRestorePlanner 
Dim value As ICollection(Of SuspectPage)

value = instance.SuspectPages
public ICollection<SuspectPage> SuspectPages { get; }
public:
property ICollection<SuspectPage^>^ SuspectPages {
    ICollection<SuspectPage^>^ get ();
}
member SuspectPages : ICollection<SuspectPage>
function get SuspectPages () : ICollection<SuspectPage>

Property Value

Type: System.Collections.Generic.ICollection<SuspectPage>
The suspect page.

See Also

Reference

PageRestorePlanner Class

Microsoft.SqlServer.Management.Smo Namespace