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 (25.3.0.1000)
Syntaxpublic enum ElementCreation
Public Enumeration ElementCreation
public enum class ElementCreation
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | No output elements are created. | 
 | Automatic | 1 | The elements are created automatically by the connector infrastructure. | 
 | UserDefined | 2 | The elements are created only by the user. | 
 | AppendUserDefined | 3 | The elements are created automatically by the connector infrastructure, and the user is allowed to append additional ones. | 
See Also