Share via


IConfigurationSettings2.GetSpecificSetting Method (String, String, String )

 

Applies To: SQL Server 2016 Preview

Gets the specific setting with the specified configuration and collection name and identifier.

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

Syntax

object GetSpecificSetting(
    string configName,
    string collectionName,
    params string[] nestedId
)
Object^ GetSpecificSetting(
    String^ configName,
    String^ collectionName,
    ... array<String^>^ nestedId
)
abstract GetSpecificSetting : 
        configName:string *
        collectionName:string *
        [<ParamArrayAttribute>] nestedId:string[] -> Object
Function GetSpecificSetting (
    configName As String,
    collectionName As String,
    ParamArray nestedId As String()
) As Object

Parameters

Return Value

Type: System.Object

The specific setting with specified values.

See Also

GetSpecificSetting Overload
IConfigurationSettings2 Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top