Compartilhar via


UserProfileConfigManager.ConnectionManager property

Obtém o objeto ConnectionManager que representa o armazenamento de dados da qual as informações de perfil de usuário são importadas.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaração
Public ReadOnly Property ConnectionManager As ConnectionManager
    Get
'Uso
Dim instance As UserProfileConfigManager
Dim value As ConnectionManager

value = instance.ConnectionManager
public ConnectionManager ConnectionManager { get; }

Property value

Type: Microsoft.Office.Server.UserProfiles.ConnectionManager

Ver também

Referência

UserProfileConfigManager class

UserProfileConfigManager members

Microsoft.Office.Server.UserProfiles namespace