ConnectorElementUsage Enumeration | 
  
    Namespace: 
   Dundas.BI.Data.Transforms
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic enum ConnectorElementUsage
Public Enumeration ConnectorElementUsage
public enum class ConnectorElementUsage
type ConnectorElementUsage
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            The element is ignored, or the element usage type is not set.
             | 
 | Passive | 1 | 
            The input element values are passed unmodified to the output.
             | 
 | Active | 2 | 
            The input element values are modified and then passed to the output.
             | 
 | Seed | 3 | 
            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