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.