Share via


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

SPStoredProcedureVerifier Members

Microsoft.SharePoint.Upgrade Namespace