This documentation is archived and is not being maintained.

TeamFoundationDatabaseFlags Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

[FlagsAttribute]
public enum class TeamFoundationDatabaseFlags

Member nameDescription
CleanupCandidateThe database is a canidate for routine cleanup processing. This signals a routine maintenance cleanup job to target this database.

NoneNo flags are set.

Show: