MetadataObject.Update Method

Updates the object.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Sub Update
'Usage
Dim instance As MetadataObject

instance.Update()
public virtual void Update()

Remarks

This method throws the following exceptions: AccessDeniedException, BdcException, MetadataException, PackageFormatException, InvalidOperationException, ArgumentNullException, ArgumentOufOfRangeException, ArgumentException, and Exception.

Examples

The following example illustrates the use of this property on an Entity object, which is a MetadaObject type.

Code Snippet: Add a Localized Name to a MetadataObject Using the Administration Object Model

See Also

Reference

MetadataObject Class

MetadataObject Members

Microsoft.SharePoint.BusinessData.Administration Namespace