Interfaz IConfigurationSettings2
Represents the configuration settings for the active VS configuration.
Espacio de nombres: Microsoft.DataWarehouse.Interfaces
Ensamblado: Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)
Sintaxis
'Declaración
Public Interface IConfigurationSettings2 _
Inherits IConfigurationSettings
'Uso
Dim instance As IConfigurationSettings2
public interface IConfigurationSettings2 : IConfigurationSettings
public interface class IConfigurationSettings2 : IConfigurationSettings
type IConfigurationSettings2 =
interface
interface IConfigurationSettings
end
public interface IConfigurationSettings2 extends IConfigurationSettings
El tipo IConfigurationSettings2 expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
GetActiveConfigurationName | Gets the name of the active configuration. | |
GetConfigurationOptions | Gets the key value pair of the configuration. | |
GetSetting(String) | Returns a specified configuration settings. (Se hereda de IConfigurationSettings.) | |
GetSetting(String, array<String[]) | Infraestructura. Returns a specified configuration settings. (Se hereda de 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. (Se hereda de 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. (Se hereda de IConfigurationSettings.) | |
SetSetting(String, Object, array<String[]) | Sets the specified configuration settings. (Se hereda de IConfigurationSettings.) | |
SetSpecificSetting | Sets the configuration setting value for a specific VS configuration. |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
SettingChanged | Occurs when the setting changes. (Se hereda de IConfigurationSettings.) |
Arriba