SPDiagnosticsProvider.DropTable method

Drop the tables in the logging store

Namespace:  Microsoft.SharePoint.Diagnostics
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Sub DropTable ( _
    tableName As String _
)
'Usage
Dim instance As SPDiagnosticsProvider
Dim tableName As String

instance.DropTable(tableName)
public virtual void DropTable(
    string tableName
)

Parameters

  • tableName
    Type: System.String

    The name of the table of the provider

See also

Reference

SPDiagnosticsProvider class

SPDiagnosticsProvider members

Microsoft.SharePoint.Diagnostics namespace