Compartir a través de


: MetadataObject.DeleteInternal (Método) (Microsoft.Office.Server.ApplicationRegistry.Administration)

When overridden in a derived class, deletes the metadata object and all of its children as per the specified SQL command.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Protected Overridable Sub DeleteInternal ( _
    sqlCmd As SqlCommand _
)
'Uso
Dim sqlCmd As SqlCommand

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

Parámetros

  • sqlCmd
    A SQL command to be executed on the metadata repository.

Vea también

Referencia

MetadataObject (Clase)
MetadataObject (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)