Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.