Enum XenDesktopSiteLoggingDatabaseStatus
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the state of the logging database at the time of the scan.
public enum XenDesktopSiteLoggingDatabaseStatus
Fields
DBMissingMandatoryFeature = 6The database was missing a mandatory feature.
DBMissingOptionalFeature = 5The database was missing an optional feature.
DBNewerVersionThanService = 7The database was running a newer version than the service.
DBNotFound = 4The database was not found.
DBOlderVersionThanService = 8The database was running an older version than the service.
DBRejectedConnection = 2The database connection was rejected.
DBUnconfigured = 1The database was not configured.
DBVersionChangeInProgress = 9The database was undergoing a version change.
Failed = 12The database had failed.
InvalidDBConfigured = 3The database configured was invalid.
InvalidDBConnectionString = 15The database connection string was invalid.
OK = 10The database was running OK.
PendingFailure = 11The database was pending a failure.
ServiceNotInSiteDB = 14The database was not in the site database.
Stopped = 0The database was stopped.
Unknown = 13The database status was unknown.