Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Enumerates the allow connections option kind.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration AllowConnectionsOptionKind
'Usage
Dim instance As AllowConnectionsOptionKind
public enum AllowConnectionsOptionKind
public enum class AllowConnectionsOptionKind
type AllowConnectionsOptionKind
public enum AllowConnectionsOptionKind
Members
| Member name | Description | |
|---|---|---|
| All | All connections allowed. | |
| No | No connections allowed. | |
| ReadOnly | Read-only connections allowed. | |
| ReadWrite | Read-write connections allowed. |