SPDiagnosticsProvider.DropStoredProcedure Method

Deletes the helper stored procedure from the database.

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

Syntax

'Declaration
Protected Sub DropStoredProcedure ( _
    storedProcedureName As String _
)
'Usage
Dim storedProcedureName As String

Me.DropStoredProcedure(storedProcedureName)
protected void DropStoredProcedure(
    string storedProcedureName
)

Parameters

  • storedProcedureName
    Type: System.String

    The name of the stored procedure to drop.

See Also

Reference

SPDiagnosticsProvider Class

SPDiagnosticsProvider Members

Microsoft.SharePoint.Diagnostics Namespace