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.
Models the user access mode for the SQL Server database.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlDatabaseUserAccess
public enum SqlDatabaseUserAccess
public enum class SqlDatabaseUserAccess
type SqlDatabaseUserAccess
public enum SqlDatabaseUserAccess
Members
Member name | Description | |
---|---|---|
Multiple | Specifies that multiple users can access that database. | |
Restricted | Specifies that database access is restricted to members of the db_owner fixed database role and the dbcreator and sysadmin fixed server roles. | |
Single | Specifies that only a single user can access the database at a time. |