FeatureSwitches 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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>
功能开关值。