DataProviderDiscoverStructures Method |
Gets the list of the structures with the specified type.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public abstract IEnumerable<DataStructure> DiscoverStructures(
IDisposable connection,
SupportedDataStructures structureTypes
)
Public MustOverride Function DiscoverStructures (
connection As IDisposable,
structureTypes As SupportedDataStructures
) As IEnumerable(Of DataStructure)
public:
virtual IEnumerable<DataStructure^>^ DiscoverStructures(
IDisposable^ connection,
SupportedDataStructures structureTypes
) abstract
abstract DiscoverStructures :
connection : IDisposable *
structureTypes : SupportedDataStructures -> IEnumerable<DataStructure>
Parameters
- connection
- Type: SystemIDisposable
The connection. - structureTypes
- Type: Dundas.BI.Data.MetadataSupportedDataStructures
The structure types.
Return Value
Type:
IEnumerableDataStructure
The list of the structures.
See Also