SPContentDatabase.SearchServiceInstance property
取得或設定與內容資料庫相關聯的搜尋服務執行個體。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property SearchServiceInstance As SPServiceInstance
Get
Set
'用途
Dim instance As SPContentDatabase
Dim value As SPServiceInstance
value = instance.SearchServiceInstance
instance.SearchServiceInstance = value
public SPServiceInstance SearchServiceInstance { get; set; }
Property value
Type: Microsoft.SharePoint.Administration.SPServiceInstance
表示搜尋服務執行個體的SPServiceInstance物件。