Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.