Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes the helper table from the database.
Namespace: Microsoft.SharePoint.Diagnostics
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Sub DropHelperTable ( _
tableName As String _
)
'Usage
Dim tableName As String
Me.DropHelperTable(tableName)
protected void DropHelperTable(
string tableName
)
Parameters
tableName
Type: System.StringSpecifies the helper table name to drop from the database.