DataProviderSupportedStructureTypes Property |
Gets the supported data structures.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntaxpublic abstract SupportedDataStructures SupportedStructureTypes { get; }
Public MustOverride ReadOnly Property SupportedStructureTypes As SupportedDataStructures
Get
public:
virtual property SupportedDataStructures SupportedStructureTypes {
SupportedDataStructures get () abstract;
}
abstract SupportedStructureTypes : SupportedDataStructures with get
Property Value
Type:
SupportedDataStructuresThe supported data structures.
See Also