IConfigurationSettings2.RemoveAllSettings Method
Removes the applicable configuration settings from all VS configurations.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Sub RemoveAllSettings ( _
collectionName As String, _
ParamArray nestedId As String() _
)
'Usage
Dim instance As IConfigurationSettings2
Dim collectionName As String
Dim nestedId As String()
instance.RemoveAllSettings(collectionName, _
nestedId)
void RemoveAllSettings(
string collectionName,
params string[] nestedId
)
void RemoveAllSettings(
String^ collectionName,
... array<String^>^ nestedId
)
abstract RemoveAllSettings :
collectionName:string *
nestedId:string[] -> unit
function RemoveAllSettings(
collectionName : String,
... nestedId : String[]
)
Parameters
- collectionName
Type: System.String
The name of collection.
- nestedId
Type: array<System.String[]
The nested identifier.