ConnectionManager.AddBusinessDataCatalogConnection - Méthode

Espace de noms :  Microsoft.Office.Server.UserProfiles
Assembly :  Microsoft.Office.Server.UserProfiles (dans Microsoft.Office.Server.UserProfiles.dll)

Syntaxe

'Déclaration
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
'Utilisation
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
)

Paramètres

Valeur renvoyée

Type : Microsoft.Office.Server.UserProfiles.BusinessDataCatalogConnection

Voir aussi

Référence

ConnectionManager classe

ConnectionManager - Membres

Microsoft.Office.Server.UserProfiles - Espace de noms