ConnectionManager.AddBusinessDataCatalogConnection 方法
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
Public Function AddBusinessDataCatalogConnection ( _
displayName As String, _
systemName As String, _
entityName As String, _
entityNamespace As String, _
profilePropertyName As String, _
filterName As String, _
mappedPropertyAttributeName As String, _
attributeList As List(Of DSMLAttribute) _
) As BusinessDataCatalogConnection
用法
Dim instance As ConnectionManager
Dim displayName As String
Dim systemName As String
Dim entityName As String
Dim entityNamespace As String
Dim profilePropertyName As String
Dim filterName As String
Dim mappedPropertyAttributeName As String
Dim attributeList As List(Of DSMLAttribute)
Dim returnValue As BusinessDataCatalogConnection
returnValue = instance.AddBusinessDataCatalogConnection(displayName, _
systemName, entityName, entityNamespace, _
profilePropertyName, filterName, _
mappedPropertyAttributeName, attributeList)
public BusinessDataCatalogConnection AddBusinessDataCatalogConnection(
string displayName,
string systemName,
string entityName,
string entityNamespace,
string profilePropertyName,
string filterName,
string mappedPropertyAttributeName,
List<DSMLAttribute> attributeList
)
参数
- displayName
类型:System.String
- systemName
类型:System.String
- entityName
类型:System.String
- entityNamespace
类型:System.String
- profilePropertyName
类型:System.String
- filterName
类型:System.String
- mappedPropertyAttributeName
类型:System.String
- attributeList
类型:System.Collections.Generic.List<DSMLAttribute>
返回值
类型:Microsoft.Office.Server.UserProfiles.BusinessDataCatalogConnection