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.
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