SPDiagnosticsProvider.DropHelperTable method
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.