MetadataObject.DeleteInternal Method
When overridden in a derived class, deletes the metadata object and all of its children as per the specified SQL command.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overridable Sub DeleteInternal ( _
sqlCmd As SqlCommand _
)
'Usage
Dim sqlCmd As SqlCommand
Me.DeleteInternal(sqlCmd)
protected virtual void DeleteInternal(
SqlCommand sqlCmd
)
Parameters
- sqlCmd
Type: System.Data.SqlClient.SqlCommand
A SQL command to be executed on the metadata repository.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace