IProfileObject::Update

Ee796247.c++_off(en-US,CS.10).gifEe796247.vb_on(en-US,CS.10).gif

Use this method to save ProfileObject object data to the underlying data store.

Definition

HRESULT IProfileObject::Update();

Parameters

None.

Return Values

This method returns an HRESULT indicating whether or not it completed successfully. See the Error Values section for more details.

Error Values

The Errors property of the ProfileService object stores the collection of errors encountered in the last Profiles resource operation. For more information, see IProfileService::get_Errors.

Remarks

The Update method commits the object to the data store.

Any changes made using the IADs interface routines are committed to the database.

Use the Fields property to access the ProfileObject object data.

See Also

ProfileObject Object

IProfileObject::get_Fields


All rights reserved.