IConfigurationSettings2.MoveAllSettings 方法
Moves the applicable configuration settings from an existing collection to a new collection for all VS configurations.
命名空间: Microsoft.DataWarehouse.Interfaces
程序集: Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)
语法
声明
Sub MoveAllSettings ( _
collectionName As String, _
newCollectionName As String, _
transformConfogurationValueCallback As TransformConfigurationValueCallback, _
ParamArray nestedId As String() _
)
用法
Dim instance As IConfigurationSettings2
Dim collectionName As String
Dim newCollectionName As String
Dim transformConfogurationValueCallback As TransformConfigurationValueCallback
Dim nestedId As String()
instance.MoveAllSettings(collectionName, _
newCollectionName, transformConfogurationValueCallback, _
nestedId)
void MoveAllSettings(
string collectionName,
string newCollectionName,
TransformConfigurationValueCallback transformConfogurationValueCallback,
params string[] nestedId
)
void MoveAllSettings(
String^ collectionName,
String^ newCollectionName,
TransformConfigurationValueCallback^ transformConfogurationValueCallback,
... array<String^>^ nestedId
)
abstract MoveAllSettings :
collectionName:string *
newCollectionName:string *
transformConfogurationValueCallback:TransformConfigurationValueCallback *
nestedId:string[] -> unit
function MoveAllSettings(
collectionName : String,
newCollectionName : String,
transformConfogurationValueCallback : TransformConfigurationValueCallback,
... nestedId : String[]
)
参数
- collectionName
类型:System.String
The name of collection.
- newCollectionName
类型:System.String
The new name of the collection.
- transformConfogurationValueCallback
类型:Microsoft.DataWarehouse.Interfaces.TransformConfigurationValueCallback
Transforms the old value.
- nestedId
类型:array<System.String[]
The nested identifier.