Expand Minimize
This topic has not yet been rated - Rate this topic

DatabaseUserAccess Enumeration

The DatabaseUserAccess enumeration is a list of constant values that specify how user access can be restricted.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
public enum DatabaseUserAccess
Member nameDescription
SingleAccess is limited to a single user.
RestrictedAccess to the database might be restricted to particular users during certain operations.
MultipleUnder normal operation on a multiuser database, multiple users have access to the database.

The DatabaseUserAccess enumeration class is served by the UserAccess property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.