SPStoredProcedureVerifier class
A utility class that refreshes stored procedures and functions from a SQL script file on a server that is running Microsoft SQL Server.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Upgrade.SPStoredProcedureVerifier
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPStoredProcedureVerifier
'Usage
Dim instance As SPStoredProcedureVerifier
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPStoredProcedureVerifier
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.