FlattenMappingsInfo Constructor (Guid) |
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
)
Public Sub New (
elementId As Guid
)
public:
FlattenMappingsInfo(
Guid elementId
)
new :
elementId : Guid -> FlattenMappingsInfoParameters
- elementId
- Type: SystemGuid
The ID for the connector element that is the source of data to be flattened.
Exceptions
See Also