共用方式為


SPContentDatabase.LastSweepSyncChangeToken property

取得或設定的變更 token 最後一次此資料庫上執行延伸同步處理。

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

Syntax

'宣告
Public Property LastSweepSyncChangeToken As String
    Get
    Set
'用途
Dim instance As SPContentDatabase
Dim value As String

value = instance.LastSweepSyncChangeToken

instance.LastSweepSyncChangeToken = value
public string LastSweepSyncChangeToken { get; set; }

Property value

Type: System.String
已執行最後一次延伸同步處理的變更 token。

請參閱

參照

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace