ProfileSubtypePropertyManager.Remove 方法 (String, String, String)

从数据库中删除指定的属性。

命名空间:  Microsoft.Office.Server.UserProfiles
程序集:  Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)

语法

声明
Protected Overrides Sub Remove ( _
    propertyURI As String, _
    propertyName As String, _
    sectionName As String _
)
用法
Dim propertyURI As String
Dim propertyName As String
Dim sectionName As String

Me.Remove(propertyURI, propertyName, _
    sectionName)
protected override void Remove(
    string propertyURI,
    string propertyName,
    string sectionName
)

参数

另请参阅

引用

ProfileSubtypePropertyManager 类

ProfileSubtypePropertyManager 成员

Remove 重载

Microsoft.Office.Server.UserProfiles 命名空间