ConfigurationSettingsChangedEventArgs Class

 

Applies To: SQL Server 2016 Preview

Creates argument objects when the configuration settings was changed.

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

Inheritance Hierarchy

System.Object
  Microsoft.DataWarehouse.Interfaces.ConfigurationSettingsChangedEventArgs

Syntax

public class ConfigurationSettingsChangedEventArgs
public ref class ConfigurationSettingsChangedEventArgs 
type ConfigurationSettingsChangedEventArgs = class end
Public Class ConfigurationSettingsChangedEventArgs

Constructors

Name Description
System_CAPS_pubmethod ConfigurationSettingsChangedEventArgs(String)

Initializes a new instance of the ConfigurationSettingsChangedEventArgs class.

Properties

Name Description
System_CAPS_pubproperty SettingName

Gets the name of the setting.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

Microsoft.DataWarehouse.Interfaces Namespace

Return to top