共用方式為


SPContentDatabase.LastSearchCrawlSyncTime property

取得或設定搜尋的上次同步處理時間。

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

Syntax

'宣告
Public Property LastSearchCrawlSyncTime As DateTime
    Get
    Set
'用途
Dim instance As SPContentDatabase
Dim value As DateTime

value = instance.LastSearchCrawlSyncTime

instance.LastSearchCrawlSyncTime = value
public DateTime LastSearchCrawlSyncTime { get; set; }

Property value

Type: System.DateTime
上次同步處理時間。

請參閱

參照

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace