OrganizationProfileManager.RemoveProfile 方法
请注意:此 API 现在已过时。
从用户配置文件数据库中删除指定的组织的配置文件。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
<ObsoleteAttribute("This class is no longer supported.")> _
Public Overrides Sub RemoveProfile ( _
profile As ProfileBase _
)
用法
Dim instance As OrganizationProfileManager
Dim profile As ProfileBase
instance.RemoveProfile(profile)
[ObsoleteAttribute("This class is no longer supported.")]
public override void RemoveProfile(
ProfileBase profile
)
参数
备注
组织配置文件被指定为ProfileBase。