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