SAapi Object : Verify Method |
Visual Basic |
---|
Public Function Verify( _ ByVal DomainName As String, _ ByVal ProjectName As String, _ ByVal Level As String _ ) As String |
Checks whether the database user schema and data are consistent with the specifications for the current version of ALM.
The deep verification checks items not checked by the basic verification. For example, deep verification includes a text search check, a check for duplicate IDs and indexes. and tree verification.
Deep verification is resource intensive and runs much more slowly. Unless there is reason to suspect project corruption, basic verification is recommended.
This method starts an asynchronous process and then returns. To see the status of an asynchronous process, use ReadMaintenanceTaskProgress.