Share via


IConfigurationSettings.SettingChanged Event

This event supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.

Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in microsoft.datawarehouse.interfaces.dll)

Syntax

'Declaration
Event SettingChanged As ConfigurationSettingsChangedEventHandler
event ConfigurationSettingsChangedEventHandler SettingChanged
event ConfigurationSettingsChangedEventHandler^ SettingChanged {
    void add (ConfigurationSettingsChangedEventHandler^ value);
    void remove (ConfigurationSettingsChangedEventHandler^ value);
}
/** @event */
void add_SettingChanged (ConfigurationSettingsChangedEventHandler value)

/** @event */
void remove_SettingChanged (ConfigurationSettingsChangedEventHandler value)
JScript supports the use of events, but not the declaration of new ones.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IConfigurationSettings Interface
IConfigurationSettings Members
Microsoft.DataWarehouse.Interfaces Namespace