次の方法で共有


FeatureSwitches コンストラクター

定義

FeatureSwitches クラスの新しいインスタンスを初期化します。

オーバーロード

FeatureSwitches()

FeatureSwitches クラスの新しいインスタンスを初期化します。

FeatureSwitches(IDictionary<String,Boolean>)

機能スイッチ値を使用して、 クラスの FeatureSwitches 新しいインスタンスを初期化します。

FeatureSwitches()

FeatureSwitches クラスの新しいインスタンスを初期化します。

public:
 FeatureSwitches();
public FeatureSwitches ();
Public Sub New ()

適用対象

FeatureSwitches(IDictionary<String,Boolean>)

機能スイッチ値を使用して、 クラスの FeatureSwitches 新しいインスタンスを初期化します。

public:
 FeatureSwitches(System::Collections::Generic::IDictionary<System::String ^, bool> ^ featureSwitchValues);
public FeatureSwitches (System.Collections.Generic.IDictionary<string,bool> featureSwitchValues);
new Microsoft.BusinessIntelligence.FeatureSwitches : System.Collections.Generic.IDictionary<string, bool> -> Microsoft.BusinessIntelligence.FeatureSwitches
Public Sub New (featureSwitchValues As IDictionary(Of String, Boolean))

パラメーター

featureSwitchValues
IDictionary<String,Boolean>

機能スイッチの値。

適用対象