SPStoredProcedureVerifier members
A utility class that refreshes stored procedures and functions from a SQL script file on a server that is running Microsoft SQL Server.
The SPStoredProcedureVerifier type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPStoredProcedureVerifier | Initializes a new instance of the SPStoredProcedureVerifier class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RefreshAll() | Refreshes all stored procedures and functions from the SQL script file to the server. | |
RefreshAll(Boolean) | ||
RetrieveIncorrectlyModifiedStoredProcedures | Indicates whether the state of a previously healthy stored procedure has been modified after calling RefreshAll(). | |
SetPermissionManager | ||
ToString | (Inherited from Object.) |
Top