SPStoredProcedureVerifier.RetrieveIncorrectlyModifiedStoredProcedures method
Indicates whether the state of a previously healthy stored procedure has been modified after calling RefreshAll().
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function RetrieveIncorrectlyModifiedStoredProcedures As Boolean
'Usage
Dim instance As SPStoredProcedureVerifier
Dim returnValue As Boolean
returnValue = instance.RetrieveIncorrectlyModifiedStoredProcedures()
public bool RetrieveIncorrectlyModifiedStoredProcedures()
Return value
Type: System.Boolean
Boolean
true if the stored procedure has been incorrectly modified; otherwise, false.
See also
Reference
SPStoredProcedureVerifier class