FeatureSwitches 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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>
功能切換的值。