Share via


SPContentDatabase.LastProfileSyncTime-Eigenschaft

Dient zum Abrufen oder festlegen den Zeitstempel für das letzte Mal, das die Synchronisierung von Benutzerprofilen für diese Datenbank ausgeführt wurde.

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

Syntax

'Declaration
Public Property LastProfileSyncTime As DateTime
    Get
    Set
'Usage
Dim instance As SPContentDatabase
Dim value As DateTime

value = instance.LastProfileSyncTime

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

Eigenschaftswert

Typ: System.DateTime
Der Zeitstempel für die Profilsynchronisierung der Benutzer zuletzt ausgeführt wurde.

Siehe auch

Referenz

SPContentDatabase Klasse

SPContentDatabase-Member

Microsoft.SharePoint.Administration-Namespace