Share via


IConfigurationSettings2.RenameAllSettings Method (String, String, String )

 

Applies To: SQL Server 2016 Preview

Renames the applicable configuration settings from all VS configurations.

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

Syntax

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

Parameters

  • newConfigurationSettingName
    Type: System.String

    The new name of the configuration.

See Also

IConfigurationSettings2 Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top