Share via


AnalysisServicesServer.QuerypoolConnectionMode Property

Definition

Gets or sets 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. Possible values include: 'All', 'ReadOnly'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.querypoolConnectionMode")]
public Microsoft.Azure.Management.Analysis.Models.ConnectionMode? QuerypoolConnectionMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.querypoolConnectionMode")>]
member this.QuerypoolConnectionMode : Nullable<Microsoft.Azure.Management.Analysis.Models.ConnectionMode> with get, set
Public Property QuerypoolConnectionMode As Nullable(Of ConnectionMode)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to