Share via


IConfigurationSettings.GetSetting Method (String)

 

Applies To: SQL Server 2016 Preview

Returns a specified configuration settings.

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

Syntax

object GetSetting(
    string settingName
)
Object^ GetSetting(
    String^ settingName
)
abstract GetSetting : 
        settingName:string -> Object
Function GetSetting (
    settingName As String
) As Object

Parameters

  • settingName
    Type: System.String

    The name of the setting to get.

Return Value

Type: System.Object

A specified configuration settings.

See Also

GetSetting Overload
IConfigurationSettings Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top