Freigeben über


AllowConnectionsOptionKind-Enumeration

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.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace