IConfigurationSettings2.RemoveActiveSetting Method (String, String )

 

Applies To: SQL Server 2016 Preview

Removes the applicable configuration setting from the active VS configuration.

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

Syntax

void RemoveActiveSetting(
    string collectionName,
    params string[] nestedId
)
void RemoveActiveSetting(
    String^ collectionName,
    ... array<String^>^ nestedId
)
abstract RemoveActiveSetting : 
        collectionName:string *
        [<ParamArrayAttribute>] nestedId:string[] -> unit
Sub RemoveActiveSetting (
    collectionName As String,
    ParamArray nestedId As String()
)

Parameters

See Also

IConfigurationSettings2 Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top