SPContentDatabase.LastProfileSyncTime 属性

获取或设置最后一次在此数据库上执行用户配置文件同步的时间戳。

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

语法

声明
Public Property LastProfileSyncTime As DateTime
    Get
    Set
用法
Dim instance As SPContentDatabase
Dim value As DateTime

value = instance.LastProfileSyncTime

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

属性值

类型:System.DateTime
我们进行了最后一次的用户配置文件同步的时间戳。

另请参阅

引用

SPContentDatabase 类

SPContentDatabase 成员

Microsoft.SharePoint.Administration 命名空间