AnalysisConnectionMode 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.
How the read-write server's participation in the query pool is controlled.<br/>It can have the following values: <ul><li>readOnly - indicates that the read-write server is intended not to participate in query operations</li><li>all - indicates that the read-write server can participate in query operations</li></ul>Specifying readOnly when capacity is 1 results in error.
public enum AnalysisConnectionMode
type AnalysisConnectionMode =
Public Enum AnalysisConnectionMode
- Inheritance
-
AnalysisConnectionMode
Fields
Name | Value | Description |
---|---|---|
All | 0 | All. |
ReadOnly | 1 | ReadOnly. |
Applies to
Azure SDK for .NET