IDataCubeService.ReplaceElementNames 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.1.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.DataCubes.DataCube
The data cube. - selectTransformId
- Type: System.Guid
The select transform identifier. - elementsMap
- Type: System.Collections.Generic.IDictionary<String, String>
The elements map.
Provide map between source and target unique native names for elements in Select Transform.
Exceptions
See Also