Restore.DatabasePages Property

Definition

Gets the restore pages.

public System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.SuspectPage> DatabasePages { get; }
member this.DatabasePages : System.Collections.Generic.List<Microsoft.SqlServer.Management.Smo.SuspectPage>
Public ReadOnly Property DatabasePages As List(Of SuspectPage)

Property Value

The restore pages.

Applies to