DataConnectorSupportedStructureTypes Property |
Gets the supported data structures.
Namespace:
Dundas.BI.Entities.DataConnectors
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic SupportedDataStructures SupportedStructureTypes { get; }Public ReadOnly Property SupportedStructureTypes As SupportedDataStructures
Get
public:
property SupportedDataStructures SupportedStructureTypes {
SupportedDataStructures get ();
}member SupportedStructureTypes : SupportedDataStructures with get
Property Value
Type:
SupportedDataStructuresThe supported data structures.
See Also