SPStoredProcedureVerifier.RefreshAll method
Refreshes all stored procedures and functions from the SQL script file to the server.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub RefreshAll
'Usage
Dim instance As SPStoredProcedureVerifier
instance.RefreshAll()
public void RefreshAll()
See also
Reference
SPStoredProcedureVerifier class