ConnectorElementUsage Enumeration

Enumeration used for setting the ConnectorElement usage type.

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 ConnectorElementUsage
Members
  Member nameValueDescription
None0 The element is ignored, or the element usage type is not set.
Passive1 The input element values are passed unmodified to the output.
Active2 The input element values are modified and then passed to the output.
Seed3 The connector element is the first element in an element linked chain. It is created by the transform itself, or it is based directly on a data source.
See Also