共用方式為


Restore.DatabasePages 屬性

Gets the list of the restore pages.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public ReadOnly Property DatabasePages As List(Of SuspectPage)
    Get
'用途
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>

屬性值

型別:System.Collections.Generic.List<SuspectPage>
The list of the restore pages.

請參閱

參考

Restore 類別

Microsoft.SqlServer.Management.Smo 命名空間