Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of the restore pages.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public ReadOnly Property DatabasePages As List(Of SuspectPage)
Get
'Usage
Dim instance As Restore
Dim value As List(Of SuspectPage)
value = instance.DatabasePages
public List<SuspectPage> DatabasePages { get; }
public:
property List<SuspectPage^>^ DatabasePages {
List<SuspectPage^>^ get ();
}
member DatabasePages : List<SuspectPage>
function get DatabasePages () : List<SuspectPage>
Property Value
Type: System.Collections.Generic.List<SuspectPage>
The list of the restore pages.