共用方式為


SPContentDatabase.LastProfileSyncTime property

取得或設定此資料庫上執行使用者設定檔同步處理的最後一次的時間戳記。

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

Syntax

'宣告
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; }

Property value

Type: System.DateTime
已執行最後一次使用者設定檔同步處理的時間戳記。

請參閱

參照

SPContentDatabase class

SPContentDatabase members

Microsoft.SharePoint.Administration namespace