IConfigurationSettings2 Interface
Represents the configuration settings for the active VS configuration.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Public Interface IConfigurationSettings2 _
Inherits IConfigurationSettings
'Usage
Dim instance As IConfigurationSettings2
public interface IConfigurationSettings2 : IConfigurationSettings
public interface class IConfigurationSettings2 : IConfigurationSettings
type IConfigurationSettings2 =
interface
interface IConfigurationSettings
end
public interface IConfigurationSettings2 extends IConfigurationSettings
The IConfigurationSettings2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetActiveConfigurationName | Gets the name of the active configuration. | |
GetConfigurationOptions | Gets the key value pair of the configuration. | |
GetSetting(String) | Returns a specified configuration settings. (Inherited from IConfigurationSettings.) | |
GetSetting(String, array<String[]) | Infrastructure. Returns a specified configuration settings. (Inherited from 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. (Inherited from 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. (Inherited from IConfigurationSettings.) | |
SetSetting(String, Object, array<String[]) | Sets the specified configuration settings. (Inherited from IConfigurationSettings.) | |
SetSpecificSetting | Sets the configuration setting value for a specific VS configuration. |
Top
Events
Name | Description | |
---|---|---|
SettingChanged | Occurs when the setting changes. (Inherited from IConfigurationSettings.) |
Top