This documentation is archived and is not being maintained.

DatabaseUserAccess Enumeration

A list of constant values that specify how user access can be restricted.

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

public enum class DatabaseUserAccess

Member nameDescription
MultipleUnder normal operation on a multiuser database, multiple users have access to the database.

ResrictedAccess to the database might be restricted to particular users during certain operations.

SingleAccess is limited to a single user.

Show: