FeatureSwitches 建構函式

定義

初始化 FeatureSwitches 類別的新執行個體。

多載

名稱 Description
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>

功能切換的值。

適用於