次の方法で共有


PageRestorePlanner.SuspectPages プロパティ

未確認のページを取得または設定します。

名前空間:  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>
未確認のページです。

関連項目

参照

PageRestorePlanner クラス

Microsoft.SqlServer.Management.Smo 名前空間