IDataCubeServiceReplaceElementNames Method  | 
 
            Replaces element native names in given Select Transform.
            
 
    Namespace: 
   Dundas.BI.Entities.DataCubes
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxvoid ReplaceElementNames(
	DataCube dataCube,
	Guid selectTransformId,
	IDictionary<string, string> elementsMap
)
Sub ReplaceElementNames ( 
	dataCube As DataCube,
	selectTransformId As Guid,
	elementsMap As IDictionary(Of String, String)
)
void ReplaceElementNames(
	DataCube^ dataCube, 
	Guid selectTransformId, 
	IDictionary<String^, String^>^ elementsMap
)
abstract ReplaceElementNames : 
        dataCube : DataCube * 
        selectTransformId : Guid * 
        elementsMap : IDictionary<string, string> -> unit 
Parameters
- dataCube
 - Type: Dundas.BI.Entities.DataCubesDataCube
The data cube. - selectTransformId
 - Type: SystemGuid
The select transform identifier. - elementsMap
 - Type: System.Collections.GenericIDictionaryString, String
The elements map.
            Provide map between source and target unique native names for elements in Select Transform. 
Exceptions
See Also