ConfigurationSettingsChangedEventArgs Constructor

This constructor 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
Public Sub New ( _
    settingName As String _
)
public ConfigurationSettingsChangedEventArgs (
    string settingName
)
public:
ConfigurationSettingsChangedEventArgs (
    String^ settingName
)
public ConfigurationSettingsChangedEventArgs (
    String settingName
)
public function ConfigurationSettingsChangedEventArgs (
    settingName : String
)

Parameters

  • settingName

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

ConfigurationSettingsChangedEventArgs Class
ConfigurationSettingsChangedEventArgs Members
Microsoft.DataWarehouse.Interfaces Namespace