Checks whether repository objects (tables, files...) are correctly created in the repository store.

Namespace:  Novalys.VisualGuard.Security.Deployment.Repository
Assembly:  vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public VGDatabaseExistenceStatus IsDatabaseObjectsExist()
Visual Basic (Declaration)
Public Function IsDatabaseObjectsExist As VGDatabaseExistenceStatus

Return Value

One of the VGDatabaseExistenceStatus values.

See Also