AuthorityPageCollection クラス (Microsoft.Office.Server.Search.Administration)

AuthorityPage オブジェクトのコレクションを表します。

名前空間: Microsoft.Office.Server.Search.Administration
アセンブリ: Microsoft.Office.Server.Search (microsoft.office.server.search.dll 内)

構文

'宣言
<DefaultMemberAttribute("Item")> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public NotInheritable Class AuthorityPageCollection
    Implements IEnumerable
'使用
Dim instance As AuthorityPageCollection
[DefaultMemberAttribute("Item")] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public sealed class AuthorityPageCollection : IEnumerable

備考

共有サービス プロバイダ (SSP) の管理者によって指定される権限のあるページは、最も関連性のある情報にリンクするページです。詳細については、「関連性の向上」および「エンタープライズ検索の関連性アーキテクチャの概要」を参照してください。

SSP の権限のあるページのコレクションを取得するには、Ranking クラスの AuthorityPages プロパティを使用します。

AuthorityPageCollection オブジェクトから 1 つの権限のあるページに戻るには、インデクサを使用します。たとえば、コレクションが authorityPages という名前の変数に割り当てられている場合、Microsoft Visual C# では authorityPages[index]、Microsoft Visual Basic では authorityPages(index) を使用します。ここで、index はコレクションの権限のあるページのインデックス番号、または権限のあるページの URL を表す System.Uri オブジェクトです。

権限のあるページとしてページを指定するには、Create クラスの AuthorityPageCollection メソッドを使用します。

権限のあるページを削除するには、Delete クラスの AuthorityPage メソッドを使用します。

継承階層

System.Object
  Microsoft.Office.Server.Search.Administration.AuthorityPageCollection

スレッドの安全性

この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。

関連項目

参照

AuthorityPageCollection メンバ
Microsoft.Office.Server.Search.Administration 名前空間