ConnectionManager.AddBusinessDataCatalogConnection method
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
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
'Usage
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
)
Parameters
- displayName
Type: System.String
- systemName
Type: System.String
- entityName
Type: System.String
- entityNamespace
Type: System.String
- profilePropertyName
Type: System.String
- filterName
Type: System.String
- mappedPropertyAttributeName
Type: System.String
- attributeList
Type: System.Collections.Generic.List<DSMLAttribute>
Return value
Type: Microsoft.Office.Server.UserProfiles.BusinessDataCatalogConnection