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.String

    Specifies the helper table name to drop from the database.

See Also

Reference

SPDiagnosticsProvider Class

SPDiagnosticsProvider Members

Microsoft.SharePoint.Diagnostics Namespace