共用方式為


SPContentDatabase.CurrentChangeToken property

會取得用來登入的內容資料庫的變更記錄檔的下一個修訂的變更 token。

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

Syntax

'宣告
Public ReadOnly Property CurrentChangeToken As SPChangeToken
    Get
'用途
Dim instance As SPContentDatabase
Dim value As SPChangeToken

value = instance.CurrentChangeToken
public SPChangeToken CurrentChangeToken { get; }

Property value

Type: Microsoft.SharePoint.SPChangeToken
表示目前的變更 token SPChangeToken物件。

備註

您可以使用此屬性的值來呼叫GetChanges(SPChangeToken)方法來查詢的變更記錄。如需詳細資訊,請參閱 < Using the Change Log

請參閱

參照

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace

GetChanges(SPChangeToken)

其他資源

Using the Change Log