Compartilhar via


UserProfileConfigManager constructor (SPServiceContext)

Inicializa uma nova instância da classe UserProfileConfigManager com o especificado SPServiceContext.

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

Syntax

'Declaração
Public Sub New ( _
    serviceContext As SPServiceContext _
)
'Uso
Dim serviceContext As SPServiceContext

Dim instance As New UserProfileConfigManager(serviceContext)
public UserProfileConfigManager(
    SPServiceContext serviceContext
)

Parâmetros

Comentários

Use o construtor com o parâmetro SPServiceContext em vez do construtor obsoleto que usa o parâmetro ServerContext .

Ver também

Referência

UserProfileConfigManager class

UserProfileConfigManager members

UserProfileConfigManager overload

Microsoft.Office.Server.UserProfiles namespace