다음을 통해 공유


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 네임스페이스