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.
Include Protected Members
Include Inherited 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. |
![]() |
RetrieveIncorrectlyModifiedStoredProcedures | Indicates whether the state of a previously healthy stored procedure has been modified after calling RefreshAll(). |
![]() |
ToString | (Inherited from Object.) |
Top