Share via


IConfigurationSettings2.GetSpecificSetting Method (String, String)

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

object GetSpecificSetting(
    string configName,
    string collectionName
)
Object^ GetSpecificSetting(
    String^ configName,
    String^ collectionName
)
abstract GetSpecificSetting : 
        configName:string *
        collectionName:string -> Object
Function GetSpecificSetting (
    configName As String,
    collectionName 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