Freigeben über


IConfigurationSettings2-Schnittstelle

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

Der IConfigurationSettings2-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode GetActiveConfigurationName Gets the name of the active configuration.
Öffentliche Methode GetConfigurationOptions Gets the key value pair of the configuration.
Öffentliche Methode GetSetting(String) Returns a specified configuration settings. (Geerbt von IConfigurationSettings.)
Öffentliche Methode GetSetting(String, array<String[]) Infrastruktur Returns a specified configuration settings. (Geerbt von IConfigurationSettings.)
Öffentliche Methode GetSpecificSetting(String, String) Gets the specific setting with the specified configuration and collection name.
Öffentliche Methode GetSpecificSetting(String, String, array<String[]) Gets the specific setting with the specified configuration and collection name and identifier.
Öffentliche Methode MoveAllSettings Moves the applicable configuration settings from an existing collection to a new collection for all VS configurations.
Öffentliche Methode OnSettingChanged Called when the settings is changed. (Geerbt von IConfigurationSettings.)
Öffentliche Methode RemoveActiveSetting Removes the applicable configuration setting from the active VS configuration.
Öffentliche Methode RemoveAllSettings Removes the applicable configuration settings from all VS configurations.
Öffentliche Methode RenameAllSettings Renames the applicable configuration settings from all VS configurations.
Öffentliche Methode SetActiveSetting Sets the configuration setting value for the active VS configuration.
Öffentliche Methode SetAllSettings Sets the configuration setting value for the all VS configuration.
Öffentliche Methode SetSetting(String, Object) Sets the specified configuration settings. (Geerbt von IConfigurationSettings.)
Öffentliche Methode SetSetting(String, Object, array<String[]) Sets the specified configuration settings. (Geerbt von IConfigurationSettings.)
Öffentliche Methode SetSpecificSetting Sets the configuration setting value for a specific VS configuration.

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis SettingChanged Occurs when the setting changes. (Geerbt von IConfigurationSettings.)

Zum Anfang

Siehe auch

Verweis

Microsoft.DataWarehouse.Interfaces-Namespace