SPContentDatabase.CurrentChangeToken 属性

获取用于记录下一次更改内容数据库的更改日志中的更改标记。

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public ReadOnly Property CurrentChangeToken As SPChangeToken
    Get
用法
Dim instance As SPContentDatabase
Dim value As SPChangeToken

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

属性值

类型:Microsoft.SharePoint.SPChangeToken
SPChangeToken 对象,该对象表示当前更改标记。

备注

此属性的值可用于通过调用GetChanges(SPChangeToken)方法来查询更改日志。有关详细信息,请参阅Using the Change Log

另请参阅

引用

SPContentDatabase 类

SPContentDatabase 成员

Microsoft.SharePoint.Administration 命名空间

GetChanges(SPChangeToken)

其他资源

Using the Change Log