PropertyBaseManager<T>.Remove 方法 (String, String, String)
从数据库中删除具有指定的 URI、 属性或部分名称的属性。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
Protected MustOverride 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 abstract void Remove(
string propertyURI,
string propertyName,
string sectionName
)
参数
- propertyURI
类型:System.String
- propertyName
类型:System.String
- sectionName
类型:System.String