次の方法で共有


AnalysisServerData.QueryPoolConnectionMode プロパティ

定義

クエリ プールへの読み取り/書き込みサーバーの参加を制御する方法。<br/>It can have the values: <ul><li>readOnly - indicates the read-write server is not participate in query operations</li li><>all - indicates 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)

プロパティ値

適用対象