WSSProfileSynch.SynchronizeContentDatabse Method
Handles the synchronization of user profile data in the content database. Do not use this member directly from your code; instead, use stsadm.exe.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Shared Sub SynchronizeContentDatabse ( _
cdb As SPContentDatabase _
)
'Usage
Dim cdb As SPContentDatabase
WSSProfileSynch.SynchronizeContentDatabse(cdb)
public static void SynchronizeContentDatabse(
SPContentDatabase cdb
)
Parameters
- cdb
Type: Microsoft.SharePoint.Administration.SPContentDatabase
The content database in the Windows SharePoint Services deployment.
Remarks
The WSSProfileSynch class is not intended to be used directly from your code; use stsadm.exe instead.
For more information about incremental or full user profile synchronization, see Person Synchronization with Windows SharePoint Services.
For more information about the cdb parameter, see the Microsoft.SharePoint.Administration.SPContentDatabase class in the Welcome to the Windows SharePoint Services 3.0 SDK.