Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| All | All connections allowed. | |
| No | No connections allowed. | |
| ReadOnly | Read-only connections allowed. | |
| ReadWrite | Read-write connections allowed. |