IConfigurationSettings2 接口

Represents the configuration settings for the active VS configuration.

命名空间:  Microsoft.DataWarehouse.Interfaces
程序集:  Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)

语法

声明
Public Interface IConfigurationSettings2 _
    Inherits IConfigurationSettings
用法
Dim instance As IConfigurationSettings2
public interface IConfigurationSettings2 : IConfigurationSettings
public interface class IConfigurationSettings2 : IConfigurationSettings
type IConfigurationSettings2 =  
    interface 
        interface IConfigurationSettings 
    end
public interface IConfigurationSettings2 extends IConfigurationSettings

IConfigurationSettings2 类型公开以下成员。

方法

  名称 说明
公共方法 GetActiveConfigurationName Gets the name of the active configuration.
公共方法 GetConfigurationOptions Gets the key value pair of the configuration.
公共方法 GetSetting(String) Returns a specified configuration settings. (从 IConfigurationSettings 继承。)
公共方法 GetSetting(String, array<String[]) 基础结构。Returns a specified configuration settings. (从 IConfigurationSettings 继承。)
公共方法 GetSpecificSetting(String, String) Gets the specific setting with the specified configuration and collection name.
公共方法 GetSpecificSetting(String, String, array<String[]) Gets the specific setting with the specified configuration and collection name and identifier.
公共方法 MoveAllSettings Moves the applicable configuration settings from an existing collection to a new collection for all VS configurations.
公共方法 OnSettingChanged Called when the settings is changed. (从 IConfigurationSettings 继承。)
公共方法 RemoveActiveSetting Removes the applicable configuration setting from the active VS configuration.
公共方法 RemoveAllSettings Removes the applicable configuration settings from all VS configurations.
公共方法 RenameAllSettings Renames the applicable configuration settings from all VS configurations.
公共方法 SetActiveSetting Sets the configuration setting value for the active VS configuration.
公共方法 SetAllSettings Sets the configuration setting value for the all VS configuration.
公共方法 SetSetting(String, Object) Sets the specified configuration settings. (从 IConfigurationSettings 继承。)
公共方法 SetSetting(String, Object, array<String[]) Sets the specified configuration settings. (从 IConfigurationSettings 继承。)
公共方法 SetSpecificSetting Sets the configuration setting value for a specific VS configuration.

页首

事件

  名称 说明
公共事件 SettingChanged Occurs when the setting changes. (从 IConfigurationSettings 继承。)

页首

请参阅

参考

Microsoft.DataWarehouse.Interfaces 命名空间