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

Return value

Type: Microsoft.Office.Server.UserProfiles.BusinessDataCatalogConnection

See also

Reference

ConnectionManager class

ConnectionManager members

Microsoft.Office.Server.UserProfiles namespace