IConfigurationSettings.SettingChanged Event

 

Applies To: SQL Server 2016 Preview

Occurs when the setting changes.

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

Syntax

event ConfigurationSettingsChangedEventHandler SettingChanged
event ConfigurationSettingsChangedEventHandler^ SettingChanged {
    void add(ConfigurationSettingsChangedEventHandler^ value);
    void remove(ConfigurationSettingsChangedEventHandler^ value);
}
abstract SettingChanged : IEvent<ConfigurationSettingsChangedEventHandler,
    ConfigurationSettingsChangedEventArgs>
Event SettingChanged As ConfigurationSettingsChangedEventHandler

See Also

IConfigurationSettings Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top