MetadataObject.UpdateInternal Method

Updates the metadata object in the repository with the specified SQL command.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overridable Sub UpdateInternal ( _
    sqlCmd As SqlCommand _
)
'Usage
Dim sqlCmd As SqlCommand

Me.UpdateInternal(sqlCmd)
protected virtual void UpdateInternal(
    SqlCommand sqlCmd
)

Parameters

See Also

Reference

MetadataObject Class

MetadataObject Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace