AllowConnectionsOptionKind 열거형
Enumerates the allow connections option kind.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Enumeration AllowConnectionsOptionKind
‘사용 방법
Dim instance As AllowConnectionsOptionKind
public enum AllowConnectionsOptionKind
public enum class AllowConnectionsOptionKind
type AllowConnectionsOptionKind
public enum AllowConnectionsOptionKind
멤버
멤버 이름 | 설명 | |
---|---|---|
All | All connections allowed. | |
No | No connections allowed. | |
ReadOnly | Read-only connections allowed. | |
ReadWrite | Read-write connections allowed. |