ConnectorDataFormats Enumeration

The supported data formats for process input and output connectors.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
[FlagsAttribute]
public enum ConnectorDataFormats
Members
  Member nameValueDescription
None0 The data format is not set.
Tabular1 Tabular type data.
Cellset2 Cell set type data.
Xml4 XML type data.
Unknown8 The data format is unknown.
AnyKnown7 Any known format type.
Any15 Any format type.
See Also