ConfigurationSettingsChangedEventArgs Class

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

Creates argument objects when the configuration settings was changed.

Inheritance Hierarchy

System.Object
  Microsoft.DataWarehouse.Interfaces.ConfigurationSettingsChangedEventArgs

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

Syntax

'Declaration
Public Class ConfigurationSettingsChangedEventArgs
'Usage
Dim instance As ConfigurationSettingsChangedEventArgs
public class ConfigurationSettingsChangedEventArgs
public ref class ConfigurationSettingsChangedEventArgs
type ConfigurationSettingsChangedEventArgs =  class end
public class ConfigurationSettingsChangedEventArgs

The ConfigurationSettingsChangedEventArgs type exposes the following members.

Constructors

  Name Description
Public method ConfigurationSettingsChangedEventArgs Initializes a new instance of the ConfigurationSettingsChangedEventArgs class.

Top

Properties

  Name Description
Public property SettingName Gets the name of the setting.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.DataWarehouse.Interfaces Namespace