Share via


Profile.Update Method (PIA)

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

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Profiles
…
Public Sub Update()

[C#]

using Microsoft.CommerceServer.Interop.Profiles;
…
public void Update();

Exceptions

This method may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

The Errors property stores the collection of errors encountered in the last Profiles resource operation if an exception is thrown. For more information, see ProfileService.Errors.

Remarks

The Update method commits the object to the data store.

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

Use the Fields property to access the Profile object data.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: mscsups (in mscsups.dll)

See Also

Profile Object

Profile.Fields

Copyright © 2005 Microsoft Corporation.
All rights reserved.