Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The status of a Team Foundation Server database.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Enumeration TeamFoundationDatabaseStatus
public enum TeamFoundationDatabaseStatus
public enum class TeamFoundationDatabaseStatus
type TeamFoundationDatabaseStatus
public enum TeamFoundationDatabaseStatus
Members
| Member name | Description | |
|---|---|---|
| Creating | The database is being created. | |
| Delete | The database is marked for deletion | |
| Failed | The database has failed. Check the status reason for detailed information. | |
| Offline | The database is offline and cannot be used. | |
| Online | The database is online and ready for use. | |
| Servicing | The database is being serviced. |