PageRestorePlanner.SuspectPages 속성

Gets or sets the suspect pages.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)

구문

‘선언
Public ReadOnly Property SuspectPages As ICollection(Of SuspectPage)
    Get
‘사용 방법
Dim instance As PageRestorePlanner 
Dim value As ICollection(Of SuspectPage)

value = instance.SuspectPages
public ICollection<SuspectPage> SuspectPages { get; }
public:
property ICollection<SuspectPage^>^ SuspectPages {
    ICollection<SuspectPage^>^ get ();
}
member SuspectPages : ICollection<SuspectPage>
function get SuspectPages () : ICollection<SuspectPage>

속성 값

유형: System.Collections.Generic.ICollection<SuspectPage>
The suspect page.

참고 항목

참조

PageRestorePlanner 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스