PropertyBaseManager<T>.Add 方法

向数据库中添加一个属性。

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

语法

声明
Public Sub Add ( _
    property As T _
)
用法
Dim instance As PropertyBaseManager
Dim property As T

instance.Add(property)
public void Add(
    T property
)

参数

  • property
    类型:T

另请参阅

引用

PropertyBaseManager<T> 类

PropertyBaseManager<T> 成员

Microsoft.Office.Server.UserProfiles 命名空间