ConfigurationSettingsChangedEventArgs.SettingName Property

 

Applies To: SQL Server 2016 Preview

Gets the name of the setting.

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

Syntax

public string SettingName { get; }
public:
property String^ SettingName {
    String^ get();
}
member SettingName : string with get
Public ReadOnly Property SettingName As String

Property Value

Type: System.String

The name of the setting.

See Also

ConfigurationSettingsChangedEventArgs Class
Microsoft.DataWarehouse.Interfaces Namespace

Return to top