| Gilles [MSFT] 2004-09-15, 8:51 pm |
| Hello,
>How to implement dynamic mapping using
>"Microsoft.BizTalk.ExplorerOM.Transform" class.
This class allows you to inspect a BizTalk transformation. BizTalk transformations are also sometimes called "maps".
A map represent a mapping between a source schema and an output schema
The class allows you to inspect a transformation only (i.e. get the name of the assembly containing the transformation, the
source and destination schema ...). It does not allow you to alter these properties (properties are read only).
I am not sure I understand your question. Are you trying to change a map at runtime?
If so, this is not possible. Maps are "compiled" and cannot be changed at runtime. You can howeverbuild maps that produce different
outputs depending on the document that is presented, by using functoids, for instance.
Hope this helps.
-Gilles.
|