AllowConnectionsOptionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The allow read options.
public enum AllowConnectionsOptionKind
type AllowConnectionsOptionKind =
Public Enum AllowConnectionsOptionKind
- Inheritance
-
AllowConnectionsOptionKind
Fields
Name | Value | Description |
---|---|---|
No | 0 | No connections allowed |
ReadOnly | 1 | Read-only connections allowed |
ReadWrite | 2 | Read-write connections allowed. |
All | 3 | All connections allowed. |