ProfileManagerBase.RemoveProfile 方法
删除指定的配置文件。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
Public MustOverride Sub RemoveProfile ( _
profile As ProfileBase _
)
用法
Dim instance As ProfileManagerBase
Dim profile As ProfileBase
instance.RemoveProfile(profile)
public abstract void RemoveProfile(
ProfileBase profile
)