AllowConnectionsOptionKind Enumeration
Enumerates the allow connections option kind.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| All | All connections allowed. | |
| No | No connections allowed. | |
| ReadOnly | Read-only connections allowed. | |
| ReadWrite | Read-write connections allowed. |
Show: