IConfigurationSettings2.RemoveAllSettings Method (String, String )

 

Applies To: SQL Server 2016 Preview

Removes the applicable configuration settings from all VS configurations.

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

Syntax

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

Parameters

See Also

IConfigurationSettings2 Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top