Share via


AnalysisServerData.QueryPoolConnectionMode Property

Definition

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 Azure.ResourceManager.Analysis.Models.AnalysisConnectionMode? QueryPoolConnectionMode { get; set; }
member this.QueryPoolConnectionMode : Nullable<Azure.ResourceManager.Analysis.Models.AnalysisConnectionMode> with get, set
Public Property QueryPoolConnectionMode As Nullable(Of AnalysisConnectionMode)

Property Value

Applies to