FlattenMappingsInfo Constructor (Guid)

Initializes a new instance of the FlattenMappingsInfo class.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public FlattenMappingsInfo(
	Guid elementId
)

Parameters

elementId
Type: SystemGuid
The ID for the connector element that is the source of data to be flattened.
Exceptions
ExceptionCondition
ArgumentExceptionelementId is not a valid Guid.
See Also