共用方式為


SPSiteLookupProvider class

代表網站查閱提供者使用的 URL 或網站集合的識別碼,以識別包含資料的網站集合的內容資料庫。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPSiteLookupProvider

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPSiteLookupProvider
'用途
Dim instance As SPSiteLookupProvider
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPSiteLookupProvider

備註

實作此介面來取代預設 SharePoint 網站集合查閱機制。建立後實作此介面的類別,您必須安裝包含您所有 SharePoint 前端網頁伺服器的伺服器陣列中的類別中全域組件快取 (GAC) 中的組件。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPSiteLookupProvider members

Microsoft.SharePoint.Administration namespace