VirtualSelectTransformReplaceElementNames Method |
Replaces the element names.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic override void ReplaceElementNames(
IDictionary<string, string> elementsMap
)
Public Overrides Sub ReplaceElementNames (
elementsMap As IDictionary(Of String, String)
)
public:
virtual void ReplaceElementNames(
IDictionary<String^, String^>^ elementsMap
) override
abstract ReplaceElementNames :
elementsMap : IDictionary<string, string> -> unit
override ReplaceElementNames :
elementsMap : IDictionary<string, string> -> unit Parameters
- elementsMap
- Type: System.Collections.GenericIDictionaryString, String
The elements map.
Provide map between source and target unique native names for elements.
Exceptions| Exception | Condition |
|---|
| ArgumentException | elementsMap is or empty
or
elementsMap contains key or value that is or Empty.
|
| NotFoundException |
Element with native name taken from one of the keys in elementsMap is not found in the Select Transform.
|
See Also