ElementCreation Enumeration

The supported methods for generating output connector elements.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum ElementCreation
Members
  Member nameValueDescription
None0No output elements are created.
Automatic1The elements are created automatically by the connector infrastructure.
UserDefined2The elements are created only by the user.
AppendUserDefined3The elements are created automatically by the connector infrastructure, and the user is allowed to append additional ones.
See Also