IConfigurationSettings2 Interface

 

Applies To: SQL Server 2016 Preview

Represents the configuration settings for the active VS configuration.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

public interface IConfigurationSettings2 : IConfigurationSettings
public interface class IConfigurationSettings2 : IConfigurationSettings
type IConfigurationSettings2 = 
    interface
        interface IConfigurationSettings
    end
Public Interface IConfigurationSettings2
    Inherits IConfigurationSettings

Methods

Name Description
System_CAPS_pubmethod GetActiveConfigurationName()

Gets the name of the active configuration.

System_CAPS_pubmethod GetConfigurationOptions()

Gets the key value pair of the configuration.

System_CAPS_pubmethod GetSetting(String)

Returns a specified configuration settings.(Inherited from IConfigurationSettings.)

System_CAPS_pubmethod GetSetting(String, String[])

Returns a specified configuration settings.(Inherited from IConfigurationSettings.)

System_CAPS_pubmethod GetSpecificSetting(String, String)

Gets the specific setting with the specified configuration and collection name.

System_CAPS_pubmethod GetSpecificSetting(String, String, String[])

Gets the specific setting with the specified configuration and collection name and identifier.

System_CAPS_pubmethod MoveAllSettings(String, String, TransformConfigurationValueCallback, String[])

Moves the applicable configuration settings from an existing collection to a new collection for all VS configurations.

System_CAPS_pubmethod OnSettingChanged(String)

Called when the settings is changed.(Inherited from IConfigurationSettings.)

System_CAPS_pubmethod RemoveActiveSetting(String, String[])

Removes the applicable configuration setting from the active VS configuration.

System_CAPS_pubmethod RemoveAllSettings(String, String[])

Removes the applicable configuration settings from all VS configurations.

System_CAPS_pubmethod RenameAllSettings(String, String, String[])

Renames the applicable configuration settings from all VS configurations.

System_CAPS_pubmethod SetActiveSetting(String, Object, String, String[])

Sets the configuration setting value for the active VS configuration.

System_CAPS_pubmethod SetAllSettings(String, Object, String, String[])

Sets the configuration setting value for the all VS configuration.

System_CAPS_pubmethod SetSetting(String, Object)

Sets the specified configuration settings.(Inherited from IConfigurationSettings.)

System_CAPS_pubmethod SetSetting(String, Object, String[])

Sets the specified configuration settings.(Inherited from IConfigurationSettings.)

System_CAPS_pubmethod SetSpecificSetting(String, String, Object, String, String[])

Sets the configuration setting value for a specific VS configuration.

Events

Name Description
System_CAPS_pubevent SettingChanged

Occurs when the setting changes.(Inherited from IConfigurationSettings.)

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top