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.