SPStoredProcedureVerifier.RefreshAll method (Boolean)
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub RefreshAll ( _
createDBRoles As Boolean _
)
'Usage
Dim instance As SPStoredProcedureVerifier
Dim createDBRoles As Boolean
instance.RefreshAll(createDBRoles)
public void RefreshAll(
bool createDBRoles
)
Parameters
- createDBRoles
Type: System.Boolean
See also
Reference
SPStoredProcedureVerifier class