Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.