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.StringThe name of the stored procedure to drop.