Compartilhar via


ProfileManagerBase.GetChanges method (ProfileBaseChangeQuery)

Retorna as alterações feitas em um tipo de perfil que são definidas por um objeto ProfileBaseChangeQuery e registrados nos logs de alteração do perfil de usuário.

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

Syntax

'Declaração
Public MustOverride Function GetChanges ( _
    changeQuery As ProfileBaseChangeQuery _
) As UserProfileChangeCollection
'Uso
Dim instance As ProfileManagerBase
Dim changeQuery As ProfileBaseChangeQuery
Dim returnValue As UserProfileChangeCollection

returnValue = instance.GetChanges(changeQuery)
public abstract UserProfileChangeCollection GetChanges(
    ProfileBaseChangeQuery changeQuery
)

Parâmetros

Valor retornado

Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeCollection

Ver também

Referência

ProfileManagerBase class

ProfileManagerBase members

GetChanges overload

Microsoft.Office.Server.UserProfiles namespace