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 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.