DataSource.Commit Method

Commits changes made to the data source to the user profile database.

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

Syntax

'Declaration
Public Sub Commit
'Usage
Dim instance As DataSource

instance.Commit()
public void Commit()

Remarks

If you make any changes to the DataSource object and call the Commit method, the import setting is identified as Custom, and the source shows Custom in the pages used to manage user profiles.

For more information about data sources and importing user profiles, see Importing User Profiles.

See Also

Reference

DataSource Class

DataSource Members

Microsoft.Office.Server.UserProfiles Namespace