WSSProfileSynch.SynchronizeContentDatabse 方法
请注意:此 API 现在已过时。
处理内容数据库中的用户配置文件数据的同步。请不要使用这个成员直接从您的代码 ;相反,使用 stsadm.exe。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
<ObsoleteAttribute("This method is spelled wrong. Use SynchronizeContentDatabase instead")> _
Public Shared Sub SynchronizeContentDatabse ( _
cdb As SPContentDatabase _
)
用法
Dim cdb As SPContentDatabaseWSSProfileSynch.SynchronizeContentDatabse(cdb)
[ObsoleteAttribute("This method is spelled wrong. Use SynchronizeContentDatabase instead")]
public static void SynchronizeContentDatabse(
SPContentDatabase cdb
)
参数
cdb
类型:Microsoft.SharePoint.Administration.SPContentDatabaseWindows SharePoint Services 部署中的内容数据库。
备注
WSSProfileSynch类不适用于直接从您的代码 ;而应使用 stsadm.exe。
有关增量备份或完整的用户配置文件同步的详细信息,请参阅Person Synchronization with Window SharePoint Services。
有关cdb参数的详细信息,请参阅Windows SharePoint Services 3.0 SDK中的Microsoft.SharePoint.Administration.SPContentDatabase类。