หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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. |