FlattenMappingsInfo Constructor (Guid, IEnumerableKeyValuePairString, String) |
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic FlattenMappingsInfo(
Guid elementId,
IEnumerable<KeyValuePair<string, string>> namespaces
)
Public Sub New (
elementId As Guid,
namespaces As IEnumerable(Of KeyValuePair(Of String, String))
)
public:
FlattenMappingsInfo(
Guid elementId,
IEnumerable<KeyValuePair<String^, String^>>^ namespaces
)
new :
elementId : Guid *
namespaces : IEnumerable<KeyValuePair<string, string>> -> FlattenMappingsInfoParameters
- elementId
- Type: SystemGuid
The ID for the connector element that is the source of data to be flattened. - namespaces
- Type: System.Collections.GenericIEnumerableKeyValuePairString, String
Optional namespaces as prefix and value pairs.
Exceptions
See Also