PropertyBaseManager<T>.ConnectionManager 属性
返回一个ConnectionManager对象,该对象表示与该属性关联的数据源连接。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
Protected ReadOnly Property ConnectionManager As ConnectionManager
Get
用法
Dim value As ConnectionManager
value = Me.ConnectionManager
protected ConnectionManager ConnectionManager { get; }
属性值
类型:Microsoft.Office.Server.UserProfiles.ConnectionManager
返回ConnectionManager。