次の方法で共有


FeatureSwitches.DataServiceClusterIsolationEnabled プロパティ

定義

機能スイッチでデータ サービス クラスターの分離が有効になっているかどうかを示す値を取得します。

public:
 property bool DataServiceClusterIsolationEnabled { bool get(); };
public bool DataServiceClusterIsolationEnabled { get; }
member this.DataServiceClusterIsolationEnabled : bool
Public ReadOnly Property DataServiceClusterIsolationEnabled As Boolean

プロパティ値

Boolean

true データ サービス クラスターの分離が機能スイッチで有効になっている場合。それ以外の場合は false

適用対象