Identifier.UpdateInternal Method

NOTE: This API is now obsolete.

Updates the Identifier object metadata directly with SQL statements.

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

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Protected Overrides Sub UpdateInternal ( _
    sqlCmd As SqlCommand _
)
'Usage
Dim sqlCmd As SqlCommand

Me.UpdateInternal(sqlCmd)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
protected override void UpdateInternal(
    SqlCommand sqlCmd
)

Parameters

See Also

Reference

Identifier Class

Identifier Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace